Skip to content

Commit

Permalink
[RW-11491][risk=no] Debug OIDC info (#8716)
Browse files Browse the repository at this point in the history
  • Loading branch information
evrii authored Aug 8, 2024
1 parent 8bca8c6 commit 93d2847
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ commands:
echo "export GOOGLE_APPLICATION_CREDENTIALS='<< pipeline.parameters.circle-service-account-key >>'" >> $BASH_ENV
source $BASH_ENV
name: Configure gcloud to use the OIDC credential configuration
- run:
command: |
echo "Circle OIDC Token: $CIRCLE_OIDC_TOKEN"
echo "circle-service-account-key: "
cat "<< pipeline.parameters.circle-service-account-key >>"
name: Debug OIDC to automate higher environment deploys (DELETE ME)
- run:
name: Verify that gcloud is authenticated
command: gcloud iam service-accounts get-iam-policy << parameters.service_account >>
Expand Down

0 comments on commit 93d2847

Please sign in to comment.