-
Notifications
You must be signed in to change notification settings - Fork 5
ποΈ(organization) the first user is not admin #776
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
base: main
Are you sure you want to change the base?
Conversation
2a4ca1b
to
1462dae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are currently relying on this behaviour in the communes plugin, so I would prefer delaying this change until the reworked onboarding process is ready.
@Morendil Ok, stand-by on this, but the current behavior is bad. This must be fixed soon. |
@qbey Yes, I have a fix in mind - change the plugin contract to "ask" whether to grant admin access instead of notifying of a grant (after the fact). This should let us remove the grant in the general case but preserve the current behaviour for communes for the time being. I need a few days to get around to working out the details though⦠|
This provide a "self-care" SCIM endpoint, authenticated with OIDC token introspection. This endpoint will be use by services to fetch the user's team list. We chose to use the SCIM format (even if this is not a SCIM context) to make it easier to understand/maintain/plug.
This commit aims at improving the user experience: - Use a dedicated `Dockerfile` for the frontend - Run the backend and frontend in "watch"/dev mode in Docker - Do not start all Docker instances for small tasks
Windows users are by default using CRLF line endings, which can cause issues with some tools and environments. This commit sets the `.gitattributes` file to enforce LF line endings for all text files in the repository. Based on the same commit on docs
1462dae
to
e7ebe93
Compare
The first user of a organization is probably not an admin. This was implemented for first tests but for now it's more a security issue than something helpful. FIXES #775
e7ebe93
to
4f4a859
Compare
Purpose
The first user of a organization is probably not an admin. This was implemented for first tests but for now it's more a security issue than something helpful.
FIXES #775
Proposal