-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update auth process #319
Open
appukuttan-shailesh
wants to merge
4
commits into
HumanBrainProject:master
Choose a base branch
from
appukuttan-shailesh:update_auth_process
base: master
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.
Open
Update auth process #319
appukuttan-shailesh
wants to merge
4
commits into
HumanBrainProject:master
from
appukuttan-shailesh:update_auth_process
Conversation
This file contains 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
To be merged after CodeJam #12 (after Nov 26). |
2 tasks
apdavison
added a commit
to apdavison/model-catalog
that referenced
this pull request
Nov 8, 2022
apdavison
added a commit
to apdavison/model-catalog
that referenced
this pull request
Jan 10, 2023
* staging: (21 commits) temporarily remove the option to use MC without authentication, until we get sessions working properly use null in place of empty string for missing parameters only show "add model/test" button when authenticated fix bug when adding new model or test from table fix bug introduced in 53357c3 Fix download links for data in CSCS containers move filtering of editable projects to the server Set back-end server for staging at Docker build time Remove warnings from more recent versions of dependencies avoid reloading page when clicking on featured models; allow login when try to access model detail page directly update names of featured models Add support for using Model Catalog when not logged in Update keycloak config, based on HumanBrainProject/hbp-validation-framework#319 by @appukuttan-shailesh update EBRAINS logo for link-outs Add ModelDB linkouts fix a not-so-obvious issue with using autocomplete fix dumb mistake in autocomplete Add search/autocomplete to single-select drop-down lists only show project ID (collab name) for private models, it is not relevant for public ones debug ci build failure ...
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.
Update auth to get token with longer expiry (7 days)
Note:
Curation dashboard app still to be tested.
When testing locally gives:
It uses the same EBRAINS 'client' (model-catalog) as the VF app, and that works fine.