Skip to content
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

Change gcloud auth to OIDC #875

Merged
merged 9 commits into from
Oct 10, 2024
Merged

Change gcloud auth to OIDC #875

merged 9 commits into from
Oct 10, 2024

Conversation

lakinduakash
Copy link
Member

@lakinduakash lakinduakash commented Oct 10, 2024

Previous gcp authenticate method ( with github action library ) save the key into github workspace. Since Dockerfile copy the current directory it copies the key as well. Enabling OIDC removes the dependency of the key file and uses short lives sessions and no key is stored.

Copy link
Member

@hasithjp hasithjp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks
Can you please add a brief PR description about this change

Copy link
Collaborator

@pascal-pfeiffer pascal-pfeiffer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@pascal-pfeiffer pascal-pfeiffer merged commit 5ec28e9 into main Oct 10, 2024
4 of 5 checks passed
@pascal-pfeiffer pascal-pfeiffer deleted the lakindu/actions branch October 10, 2024 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants