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.
- 09 Oct, 2018 3 commits
-
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
-
Becca Petrin authored
-
- 08 Oct, 2018 32 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
* Set allowed OIDs to any value when generaing a CA. Also, allow utf-8 in addition to utf8 as the OID type specifier, and allow `*` to specify any OID of a supported type. * Update PKI docs
-
Jim Kalafut authored
-
Jim Kalafut authored
Running 'vault auth' with no parameters was panicking: panic: assignment to entry in nil map github.com/hashicorp/vault/command/login.go:255 +0xdee Now it will show help.
-
Becca Petrin authored
-
vishalnayak authored
-
Vishal Nayak authored
-
Brian Kassouf authored
-
Jim Kalafut authored
sha_256 is supported but not referenced in our API docs.
-
Sebastian Plattner authored
-
Jeff Mitchell authored
-
Konstantinos Tsanaktsidis authored
When Vault is concurrently creating and revoking leases for MongoDB users as part of the database secrets engine, and then loses connection to MongoDB, it can panic. This occurrs because the RevokeUser path does _not_ lock the mutex, but the CreateUser path does. Both threads of execution can concurently decide to call c.session.Close() in mongodb/connection_producer.go:119, and then mgo panics when the second close attempt occurs.
-
Jeff Mitchell authored
-
Jeff authored
-
Martins Sipenko authored
-
Brian Kassouf authored
-
Brian Kassouf authored
-
Becca Petrin authored
-
Chris Hoffman authored
-
Brian Kassouf authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
* Set allowed OIDs to any value when generaing a CA. Also, allow utf-8 in addition to utf8 as the OID type specifier, and allow `*` to specify any OID of a supported type. * Update PKI docs
-
- 06 Oct, 2018 1 commit
-
-
Jim Kalafut authored
-
- 05 Oct, 2018 3 commits
-
-
Jim Kalafut authored
Running 'vault auth' with no parameters was panicking: panic: assignment to entry in nil map github.com/hashicorp/vault/command/login.go:255 +0xdee Now it will show help.
-
Becca Petrin authored
-
vishalnayak authored
-
- 04 Oct, 2018 1 commit
-
-
Vishal Nayak authored
-