Add Minor Support for OIDC in PlanDev-UI#1730
Closed
pranav-super wants to merge 8 commits into
Closed
Conversation
pranav-super
had a problem deploying
to
e2e-test
August 14, 2025 20:57 — with
GitHub Actions
Failure
pranav-super
force-pushed
the
feature/oidc-support
branch
from
August 15, 2025 19:31
8e9b6e2 to
2e7d968
Compare
pranav-super
had a problem deploying
to
e2e-test
August 15, 2025 19:31 — with
GitHub Actions
Failure
Co-authored-by: Pranav Subramanian <pranav.subramanian@nasa.gov> Co-authored-by: Jonathan Morton <jonathan.r.morton@nasa.gov>
Co-authored-by: Pranav Subramanian <pranav.subramanian@nasa.gov> Co-authored-by: Jonathan Morton <jonathan.r.morton@nasa.gov>
…prefix Co-authored-by: Pranav Subramanian <pranav.subramanian@nasa.gov> Co-authored-by: Jonathan Morton <jonathan.r.morton@nasa.gov>
pranav-super
force-pushed
the
feature/oidc-support
branch
from
August 21, 2025 18:02
2e7d968 to
bc549a7
Compare
pranav-super
had a problem deploying
to
e2e-test
August 21, 2025 18:02 — with
GitHub Actions
Failure
added 2 commits
August 28, 2025 14:41
… number prefix" This reverts commit bc549a7.
|
# Conflicts: # docker-compose.yml
Contributor
|
Closing as this is no longer needed for NASA-AMMOS/plandev-ui#1746 since now the gateway and not the UI is doing the user provisioning. Gateway does direct DB-write with elevated DB credentials (not a new paradigm for gateway) so Hasura permissions are no longer in the path for user provisioning. |
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.



Description
This pull request is a minor pull request supporting this PR in Aerie-UI. It introduces very little - namely just ensuring that if a non-admin user wishes to update the
userstable in Hasura, it can only update itself.