feat: Add Post-Login Action for MinIO Policy Claims#20
Open
mblomdahl wants to merge 1 commit into
Open
Conversation
This PR adds a new post-login type action for adding a custom claim with MinIO policies for different users. Tested and verified with https://minio.owntube.tv, related to OwnTube-tv/minio-microk8s-ansible#10 Resolves auth0#19
mblomdahl
added a commit
to OwnTube-tv/minio-microk8s-ansible
that referenced
this pull request
Apr 15, 2024
1. New README section _Add OpenID Connect using Auth0_ under _Live Deployment_ heading 2. Setup and verification steps for creating a OIDC application and integrating it with MinIO (using a new Auth0 Action in auth0/opensource-marketplace#20)
Author
|
@johneke-auth0 The whole setup guide, with some context on how we'd use this, it is noted in a README here: https://github.com/OwnTube-tv/minio-microk8s-ansible/tree/main?tab=readme-ov-file#add-openid-connect-using-auth0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a new post-login type action for adding a custom claim with MinIO policies for different users.
Tested and verified with https://minio.owntube.tv, related to OwnTube-tv/minio-microk8s-ansible#10
Resolves #19
Changes
References
Testing
Login to https://minio.owntube.tv and find yourself with the
"noaccess"policy, ask @mblomdahl to add map your email to another policy to verify it works.Checklist
main