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

Use JSON key type for auth #445

Merged
merged 3 commits into from
Dec 2, 2024
Merged

Use JSON key type for auth #445

merged 3 commits into from
Dec 2, 2024

Conversation

tomrf1
Copy link
Member

@tomrf1 tomrf1 commented Dec 2, 2024

Currently we're using the P12 key type. This has stopped working - I'm not sure why. But the key is very old and P12 is considered legacy.
This PR replaces it with a JSON type key.

@tomrf1 tomrf1 changed the title Use JSON key type Use JSON key type for auth Dec 2, 2024
impersonatedUser,
googleServiceAccountCredential
)
}.get // created on startup
Copy link
Member Author

Choose a reason for hiding this comment

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

This will throw if there's an issue with S3 or the config. The GoogleGroupChecker is required on startup so I think this is ok

@tomrf1 tomrf1 marked this pull request as ready for review December 2, 2024 12:08
Copy link
Member

@paulbrown1982 paulbrown1982 left a comment

Choose a reason for hiding this comment

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

👍

@tomrf1 tomrf1 merged commit 113c6c6 into main Dec 2, 2024
4 checks passed
@tomrf1 tomrf1 deleted the tf-json-auth branch December 2, 2024 13:37
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.

2 participants