forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
AAI-184 Initial Auth0 integration #1
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
Open
marius-mather
wants to merge
397
commits into
dev
Choose a base branch
from
auth0-login
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
amandazhuyilan
approved these changes
Apr 16, 2025
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.
Looks great - will reference this in the BPA-DB auth0 integration too
…in_setting Only show custom tool editor in activity bar settings when user has access
[25.0] Group Tool Versions in IT Panel
The metadata are in the "default" (not "legacy") format, so need to use a newer tool profile. Also: - Use CDATA and `&&` in command
[24.0] Fall back to name in job summary if no input label given
…dynamic_tools Fix job rerun for dynamic tools
…ata-CONVERTER_tar_to_directory Fix tool-provided metadata for CONVERTER_tar_to_directory
…ributors have agreed. $ git log config/plugins/webhooks/demo/tour_generator/ | grep Author | sort -u Author: Aysam Guerler <[email protected]> Author: Dannon Baker <[email protected]> Author: Evgeny Anatskiy <[email protected]> Author: John Chilton <[email protected]> Author: Marius van den Beek <[email protected]> Author: Mason Houtz <[email protected]> Author: Nicola Soranzo <[email protected]> galaxyproject#13923 (Aysam Guerler <[email protected]>) galaxyproject#14540 (Dannon Baker <[email protected]>) galaxyproject#16970 (review) (Evgeny Anatskiy <[email protected]>) galaxyproject#14540 (John Chilton <[email protected]>) galaxyproject#14540 (Marius van den Beek <[email protected]>) galaxyproject#12351 (Mason Houtz <[email protected]>) galaxyproject#18423 (Nicola Soranzo <[email protected]>)
…rs have agreed. $ git log config/plugins/visualizations/annotate_image/ | grep Author | sort -u Author: Anup Kumar <[email protected]> Author: Aysam Guerler <[email protected]> Author: Dannon Baker <[email protected]> Author: Mahendra Paipuri <[email protected]> galaxyproject#14540 (Anup Kumar <[email protected]>) galaxyproject#13923 (Aysam Guerler <[email protected]>) galaxyproject#14540 (Dannon Baker <[email protected]>) galaxyproject#16119 (Mahendra Paipuri <[email protected]>)
…utors have agreed. $ git log config/plugins/visualizations/fits_graph_viewer/ | grep Author | sort -u Author: Amirhossein Naghsh Nilchi <[email protected]> Author: Aysam Guerler <[email protected]> Author: Dannon Baker <[email protected]> Author: francoismg <[email protected]> galaxyproject#20183 (Amirhossein Naghsh Nilchi <[email protected]>) galaxyproject#13923 (Aysam Guerler <[email protected]>) galaxyproject#14540 (Dannon Baker <[email protected]>) galaxyproject#19003 (francoismg <[email protected]>)
…ave agreed. $ git log -- config/plugins/visualizations/jqplot/jqplot_bar/ | grep Author | sort -u Author: Assunta DeSanto <[email protected]> Author: Aysam Guerler <[email protected]> Author: Dannon Baker <[email protected]> galaxyproject#11799 (Assunta DeSanto <[email protected]>) galaxyproject#13923 (Aysam Guerler <[email protected]>) galaxyproject#14540 (Dannon Baker <[email protected]>)
…eed. $ git log -- config/plugins/visualizations/msa/ | grep Author | sort -u Author: Aysam Guerler <[email protected]> Author: Dannon Baker <[email protected]> Author: Mahendra Paipuri <[email protected]> galaxyproject#13923 (Aysam Guerler <[email protected]>) galaxyproject#14540 (Dannon Baker <[email protected]>) galaxyproject#16119 (Mahendra Paipuri <[email protected]>)
…e agreed. $ git log -- config/plugins/visualizations/nvd3/nvd3_bar/ | grep Author | sort -u Author: Aysam Guerler <[email protected]> Author: Dannon Baker <[email protected]> galaxyproject#13923 (Aysam Guerler <[email protected]>) galaxyproject#14540 (Dannon Baker <[email protected]>)
$ git log -- config/plugins/visualizations/pv/ | grep Author | sort -u Author: Aysam Guerler <[email protected]> Author: Dannon Baker <[email protected]> Author: Mahendra Paipuri <[email protected]> galaxyproject#13923 (Aysam Guerler <[email protected]>) galaxyproject#14540 (Dannon Baker <[email protected]>) galaxyproject#16119 (Mahendra Paipuri <[email protected]>)
…grationtags Add 25.0 migration tags
….1.dev Version 25.1.dev
…ackage_dep_licenses Update Javascript package licenses to MIT
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.
Adds steps to the login pipeline to decode the access token and then add roles based on those found in the access token.
Outcome
After logging in via Auth0, the user will have any galaxy related roles (beginning with
Galaxy/
) added to their user. The roles currently have to be created already in Galaxy.Not implemented
This PR doesn't cover a range of potential/desired features of the the Auth0 integration, e.g.