We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You should be able to choose whether or not you want to let user create namespaces for themselves.
This can be done by disabling "user" endpoints on the API through some property :
io.insee.dev.k8sonboarding.user-namespace-enabled: true
And on the UI, by disabling access to components using the API with an env variable :
USER_ENABLED=true
The text was updated successfully, but these errors were encountered:
Should this be done through only one env variable ?
Sorry, something went wrong.
No branches or pull requests
You should be able to choose whether or not you want to let user create namespaces for themselves.
This can be done by disabling "user" endpoints on the API through some property :
io.insee.dev.k8sonboarding.user-namespace-enabled: true
And on the UI, by disabling access to components using the API with an env variable :
USER_ENABLED=true
The text was updated successfully, but these errors were encountered: