-
Notifications
You must be signed in to change notification settings - Fork 9
Import secrets-oauthapp plugin #49
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
Open
JanMa
wants to merge
182
commits into
main
Choose a base branch
from
import-oauthapp
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,252,460
−560,190
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1.0.0 (2019-09-18) ### Build * Remove unneeded image release ([ec02a426ffc5b900e48c07a91ffa0e1cb594a1f5](puppetlabs/vault-plugin-secrets-oauthapp@ec02a42)) ### New * Initial release ([f9741c7](puppetlabs/vault-plugin-secrets-oauthapp@f9741c7))
# [1.1.0](puppetlabs/vault-plugin-secrets-oauthapp@v1.0.0...v1.1.0) (2019-09-19) ### Update * Expose token type in credential response ([0079193](puppetlabs/vault-plugin-secrets-oauthapp@0079193))
…agation Fix: Do not propagate API errors from providers when token refresh fails
## [1.1.1](puppetlabs/vault-plugin-secrets-oauthapp@v1.1.0...v1.1.1) (2019-10-07) ### Fix * Do not propagate API errors from providers when token refresh fails ([506c6a3](puppetlabs/vault-plugin-secrets-oauthapp@506c6a3))
Add refresh_token option to creds write
# [1.2.0](puppetlabs/vault-plugin-secrets-oauthapp@v1.1.1...v1.2.0) (2020-04-06) ### New * Add refresh_token option to creds write ([e21370d](puppetlabs/vault-plugin-secrets-oauthapp@e21370d)) ### Upgrade * Bump handlebars from 4.2.0 to 4.5.3 ([188593baa9c83f4ec16f69d4f211b7c78c19def3](puppetlabs/vault-plugin-secrets-oauthapp@188593b)) * Bump npm from 6.11.3 to 6.13.4 ([e3aaa079b4fee4934f40f542fbff4ca554e544e4](puppetlabs/vault-plugin-secrets-oauthapp@e3aaa07))
Add Google as an OAuth provider
# [1.3.0](puppetlabs/vault-plugin-secrets-oauthapp@v1.2.0...v1.3.0) (2020-07-13) ### New * add Google OAuth support ([8ff7f19](puppetlabs/vault-plugin-secrets-oauthapp@8ff7f19)) ### Upgrade * Bump https-proxy-agent from 2.2.2 to 2.2.4 ([80ab6a27aa520f952632e91f6f26fa58b691e224](puppetlabs/vault-plugin-secrets-oauthapp@80ab6a2)) * Bump npm from 6.13.4 to 6.14.6 ([0a30d2a99804db00b6b580dbce34ad72bcf04d4c](puppetlabs/vault-plugin-secrets-oauthapp@0a30d2a))
# [1.4.0](puppetlabs/vault-plugin-secrets-oauthapp@v1.3.0...v1.4.0) (2020-09-28) ### Chore * Update CODEOWNERS ([92be6a42e595f54bc2d9b001f8a80d2325a61ff0](puppetlabs/vault-plugin-secrets-oauthapp@92be6a4)) ### Fix * Use OptionError when discovery_url fails ([1500ea3](puppetlabs/vault-plugin-secrets-oauthapp@1500ea3)) ### New * Add discovery_url ([82f04ab](puppetlabs/vault-plugin-secrets-oauthapp@82f04ab)) ### Upgrade * Bump lodash from 4.17.15 to 4.17.19 ([4c55418da05974170f67d274d01e4d003b1fc063](puppetlabs/vault-plugin-secrets-oauthapp@4c55418)) * Bump node-fetch from 2.6.0 to 2.6.1 ([e62e8942fb02204f9427fd9bf2a0112c7e003173](puppetlabs/vault-plugin-secrets-oauthapp@e62e894))
Give more complete oauth2 error messages
# [1.5.0](puppetlabs/vault-plugin-secrets-oauthapp@v1.4.0...v1.5.0) (2020-09-28) ### Fix * add keys to logger function calls ([29321dd](puppetlabs/vault-plugin-secrets-oauthapp@29321dd)) ### Update * Give more complete oauth2 error messages ([2ad954c](puppetlabs/vault-plugin-secrets-oauthapp@2ad954c)) * move oauth2 error messages to log ([69bbdc5](puppetlabs/vault-plugin-secrets-oauthapp@69bbdc5))
Expand characters allowed for creds path
# [1.6.0](puppetlabs/vault-plugin-secrets-oauthapp@v1.5.0...v1.6.0) (2020-09-28) ### Update * expand characters allowed for creds path ([8e81257](puppetlabs/vault-plugin-secrets-oauthapp@8e81257)) * use local Regex function instead of expanding framework function ([5a5ee4e](puppetlabs/vault-plugin-secrets-oauthapp@5a5ee4e))
…for-apps-that-dont-return-expiry-time Add support for custom expiry time in refresh token flow, for apps th…
Addresses hashicorp/vault#17878 for compatiblity with Vault 1.12.
Add support for specifying the maximum lifetime of an access token
Implement RFC 8693 (STS/token exchange)
Implement basic support for token exchange flow
Add STSPathPrefix to pathsSpecial
Support for Apple Silicon
Signed-off-by: Dave Dykstra <[email protected]>
Add caching of STS-exchanged access tokens
Signed-off-by: Dave Dykstra <[email protected]>
Signed-off-by: Dave Dykstra <[email protected]>
Signed-off-by: Dave Dykstra <[email protected]>
Signed-off-by: Dave Dykstra <[email protected]>
* Bump github.com/openbao/openbao/sdk/v2 from 2.3.1 to 2.4.0 Bumps [github.com/openbao/openbao/sdk/v2](https://github.com/openbao/openbao) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/openbao/openbao/releases) - [Changelog](https://github.com/openbao/openbao/blob/main/CHANGELOG.md) - [Commits](openbao/openbao@v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: github.com/openbao/openbao/sdk/v2 dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * switch to use hashicorp/go-secure-stdlib for deprecated strutil and parseutil Signed-off-by: Dave Dykstra <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Dave Dykstra <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dave Dykstra <[email protected]>
Signed-off-by: Jan Martens <[email protected]>
Signed-off-by: Jan Martens <[email protected]>
Signed-off-by: Jan Martens <[email protected]>
Signed-off-by: Jan Martens <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
From it's dedicated repository