-
Notifications
You must be signed in to change notification settings - Fork 545
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
Adding GCP Auth backend resource #198
Adding GCP Auth backend resource #198
Conversation
b505866
to
9c8dd3f
Compare
c8fcbd3
to
824205e
Compare
3a9c994
to
172d778
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@petems this looks very good overall! The test is great, and it's passing. Just a couple of minor things and I'd be happy to merge it in.
26761d4
to
6c9abad
Compare
* Allows configuration of credentials for backend
6c9abad
to
b767b03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fantastic! Thanks @petems!
…ource Adding GCP Auth backend resource
This is a largely a copy of the #99 backend config but for the GCP backend.
It only has 1 field, credentials. Probably needs more testing, I might need someone to pair with me on that 😄