-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INS-62] Update Vault-PKI to receive/write certs
This commit updates Vault-PKI to rely less on the salt reactor for processing a signed certificate request. Instead of the response being sent back out of band, and having another salt run to activate, the Vault-PKI now waits and watches the event bus waiting for a return message and then reacts internally. This simplifies the overall execution strategy for this module, and allows for blocking and state dependency management which has not been possible up to this point.
- Loading branch information
Showing
41 changed files
with
2,867 additions
and
45 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,3 +87,4 @@ ENV/ | |
|
||
# Rope project settings | ||
.ropeproject | ||
.#* |
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.vagrant | ||
intermediate.* | ||
vault-pki-policy.* | ||
*.swp | ||
.#* |
Oops, something went wrong.