Fix Workflow Access to id-token for OIDC Auth#1170
Merged
mkbhanda merged 4 commits intoopea-project:mainfrom Jan 18, 2025
Merged
Fix Workflow Access to id-token for OIDC Auth#1170mkbhanda merged 4 commits intoopea-project:mainfrom
mkbhanda merged 4 commits intoopea-project:mainfrom
Conversation
Signed-off-by: Jonathan Minkin <minkinj@amazon.com>
Signed-off-by: Jonathan Minkin <minkinj@amazon.com>
Signed-off-by: Jonathan Minkin <minkinj@amazon.com>
Collaborator
Collaborator
|
This PR break the microservice CI, I have to revert this PR first. Invalid workflow file: .github/workflows/pr-microservice-test.yml#L27 |
chensuyue
added a commit
that referenced
this pull request
Jan 19, 2025
This reverts commit b0abbde.
4 tasks
chensuyue
added a commit
that referenced
this pull request
Jan 19, 2025
smguggen
pushed a commit
to opea-aws-proserve/GenAIComps
that referenced
this pull request
Jan 23, 2025
* Enable AWS access when testing microservices Signed-off-by: Jonathan Minkin <minkinj@amazon.com> * Add id-token permissions to workflow to allow OIDC auth Signed-off-by: Jonathan Minkin <minkinj@amazon.com> --------- Signed-off-by: Jonathan Minkin <minkinj@amazon.com>
smguggen
pushed a commit
to opea-aws-proserve/GenAIComps
that referenced
this pull request
Jan 23, 2025
)" (opea-project#1173) This reverts commit b0abbde to recover the CI test. Signed-off-by: chensuyue <suyue.chen@intel.com>
madison-evans
pushed a commit
to SAPD-Intel/GenAIComps
that referenced
this pull request
May 12, 2025
* Enable AWS access when testing microservices Signed-off-by: Jonathan Minkin <minkinj@amazon.com> * Add id-token permissions to workflow to allow OIDC auth Signed-off-by: Jonathan Minkin <minkinj@amazon.com> --------- Signed-off-by: Jonathan Minkin <minkinj@amazon.com>
madison-evans
pushed a commit
to SAPD-Intel/GenAIComps
that referenced
this pull request
May 12, 2025
)" (opea-project#1173) This reverts commit 01d12e1 to recover the CI test. Signed-off-by: chensuyue <suyue.chen@intel.com>
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
Add required permissions to the Github Workflow to allow Github's OIDC provider to create a JWT to perform authentication.
Issues
n/a
Type of change
List the type of change like below. Please delete options that are not relevant.
Tests
Created a test action in a private repository.