-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Onboarding event when a user logs in #518
Comments
Hello, If the onboarding process only performs those actions, would it make sense to make it optional? yuwei |
Hi ! Yes, I agree with you. |
Hello,
with Onyxia, I would like to ensure that when a user logs in, it triggers some code to create the namespace for the user, specifically to avoid granting the onyxia service account the right to create/modify namespaces.
Currently, the InitNamespaceEvent is only triggered when a user launches a service and if their namespace does not already exist.
It would be ideal to emit an onboarding event whenever a user logs in, independent of service instantiation.
Best regards,
Yuwei
The text was updated successfully, but these errors were encountered: