-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mix in orcid jwt flow with client_credentials flow #404
Merged
Merged
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
ce79b41
add stuff
dwinston 203a9c2
Merge pull request #387 from microbiomedata/main
PeopleMakeCulture 5d0fbc6
Update json.dump() to json.dumps() in user.py
PeopleMakeCulture c667a26
Mix in orcid jwt flow with client_credentials flow
dwinston 630d2cd
update .gitpod.yml
dwinston 9adfcfe
add sshproxy.sh for nersc tunneling
dwinston 50546ce
update make cmd
dwinston 7b84c48
add gitpod affordance
dwinston c8ff093
add gitpod dockerfile
PeopleMakeCulture 958fd08
update gitpod stuff
dwinston edb10d8
rename
dwinston 0adc751
update Makefile
dwinston fec9d25
fix
dwinston 93242d6
gitpod: pull dev mdb
dwinston e69ba19
fix
dwinston dd8a226
fix make target
dwinston 148f1b3
Separate dev and production deployments in GitHub workflow (#382)
pkalita-lbl cd1001a
fix: Handle `anyOf` in JSON Schema property (#379)
eecavanna 2c5b91b
Update build-and-release-to-spin.yml
dwinston ba1a6cc
fix: Update build-and-release-to-spin.yml
dwinston 4e01a5c
Replace illegal variable defined using other variable (#389)
pkalita-lbl bdcc6db
Do full depth checkout so setuptools-scm can detect version
pkalita-lbl 512a013
Rever to using env context for variables
pkalita-lbl 262ee1e
Use local path context when running docker build so that it knows abo…
pkalita-lbl 2a0950a
Actually push the docker image, but not if running in a fork
pkalita-lbl f932e84
Fix use of boolean var
pkalita-lbl de75886
Env context only available in `steps.if`
pkalita-lbl aedadbd
Update .dockerignore
dwinston 4007e32
Update main.py to display scm version
dwinston 226f7c8
Allow study metadata not captured in submission portal to be passed t…
pkalita-lbl 1704723
Allow passing doi category to SubmissionPortalTranslator, use dataset…
pkalita-lbl a4f725d
Connect additional study translator parameters to Dagster op inputs
pkalita-lbl 1f383bc
Allow additional Biosample metadata to be passed in via external CSV …
pkalita-lbl 95e3b9d
Add PyPI URL and elaborate on manual publishing process
eecavanna 88cf36f
Add related links section to `README.md`
eecavanna 94d3014
ensure no w3id.org loop; use data portal API (#403)
dwinston 1e54fe5
Mix in orcid jwt flow with client_credentials flow
dwinston 317b256
Merge branch 'main' into 333-playground
dwinston bf88877
style: rm print statement
dwinston 85f4ec2
style: add docstring
dwinston 6867c23
style: add commentary
dwinston 5d886e3
style: rm print-debugging
dwinston 20d152e
fix: rm unneeded import
dwinston File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
If the JSON content at https://orcid.org/oauth/jwks is something that changes over time (I don't know whether it is), I'd prefer to live-load it.
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.
hmm. yeah, will include in refactoring.