-
Notifications
You must be signed in to change notification settings - Fork 239
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
Add Origin Information to Namespace Endpoint (SOFTWARE-5629) #3293
Conversation
4751f99
to
3ccf9d6
Compare
Tested by sorting the results, then comparing the current and the new response to make sure the only thing changed was the addition of the origin information. Resulting json files are zipped below. |
Final changes. With a diff of the previous and the new result of this endpoint I can confirm this PR changes none of the current information, only adding origin lists to each namespace. |
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.
typing.Literal
was added in Python 3.8; scripts in bin/
such as osg-scitokens-config
might get run with Python 3.6 so we can't use any features from newer versions yet.
@matyasselmeci Ah, I remembered we got the webapp to 3.9 but makes sense others run this. |
3e10747
to
6f1eb73
Compare
Sorry for the force pushes I misspelled "remot(v)e" and then proceeded to forget how to rebase. |
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.
LGTM
No worries, LGTM. Can you merge or rebase on master? |
Once it's up to date, feel free to merge and deploy. |
https://opensciencegrid.atlassian.net/browse/SOFTWARE-5629