puppetlabs / vault-plugin-secrets-oauthapp

OAuth 2.0 secrets plugin for HashiCorp Vault supporting a variety of grant types
Apache License 2.0
94 stars 10 forks source link

Add Google as an OAuth provider #11

Closed itdaniher closed 4 years ago

itdaniher commented 4 years ago

This patch adds Google as an OAuth2 provider. We have been using this changeset at work and I was greenlit to upstream it. Thanks!

impl commented 4 years ago

Thank you for the PR! Happy to get this change in. Would you mind squashing your commits and prefixing the commit message with "New: "? This way we can update the CHANGELOG and trigger an automatic release once merged.

itdaniher commented 4 years ago

@impl squashed to a single commit and prefixed with "New: " - thanks for the timely reply!