This project is mirrored from https://gitee.com/NQL886/vault.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 07 Jun, 2017 5 commits
-
-
Jeff Mitchell authored
Fixes #2823
-
Dan Brown authored
* Fix passing payload.json file to curl * Correct API endpoint
-
Jeff Mitchell authored
-
Joel Thompson authored
Previously, the renew method would ALWAYS check to ensure the authenticated IAM principal ARN matched the bound ARN. However, there is a valid use case in which no bound_iam_principal_arn is specified and all bindings are done through inferencing. When a role is configured like this, clients won't be able to renew their token because of the check. This now checks to ensure that the bound_iam_principal_arn is not empty before requriing that it match the originally authenticated client. Fixes #2781
-
Katie Bayes authored
-
- 06 Jun, 2017 4 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Brian Kassouf authored
-
- 05 Jun, 2017 25 commits
-
-
Jeff Mitchell authored
-
Brian Rodgers authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
Fixes #2746
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Scott Sinclair authored
This now splits on the /, so we only get the last component of the instance profile name (ignoring paths)
-
Matthew Irish authored
-
sam boyer authored
-
Jeff Mitchell authored
Hopefully fixes #2793
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Kiss György authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Vishal Nayak authored
-
Jeff Mitchell authored
A change in copystructure has caused some panics due to the custom copy function. I'm more nervous about production panics than I am about keeping some bad code wiping out some existing warnings, so remove the custom copy function and just allow direct setting of Warnings.
-
Jeff Mitchell authored
-
Mevan Samaratunga authored
fixed bug where the project name was not being read from configuration if it was provided via the "tenant" attribute. this was causing the swift client to crash with an EOF error. (#2803)
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
- 03 Jun, 2017 4 commits
-
-
Jeff Mitchell authored
-
Eugene Bekker authored
-
Jeff Mitchell authored
Fixes #2795
-
Dan Stark authored
-
- 01 Jun, 2017 2 commits
-
-
Brian Kassouf authored
-
Igor Katson authored
* Add max_parallel parameter to MySQL backend. This limits the number of concurrent connections, so that vault does not die suddenly from "Too many connections". This can happen when e.g. vault starts up, and tries to load all the existing leases in parallel. At the time of writing this, the value ExpirationRestoreWorkerCount in vault/helper/consts/const.go is set to 64, meaning that if there are enough leases in the vault's DB, it will generate AT LEAST 64 concurrent connections to MySQL when loading the data during start-up. On certain configurations, e.g. smaller AWS RDS/Aurora instances, this will cause Vault to fail startup. * Fix a typo in mysql storage readme
-