-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add multiple services support for certificate deployment (#11)
Le but est d'ajouter le support de plusieurs services sur les hôtes. - Utilisation d'un groupe Read-Only pour les services
- Loading branch information
Showing
4 changed files
with
24 additions
and
5 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
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 |
---|---|---|
@@ -1,3 +1,17 @@ | ||
# Location of approle files | ||
vault_agent_working_directory: /root/vault_agent_certificates | ||
|
||
# Version of vault agent | ||
vault_agent_vault_version: 1.18.2 | ||
|
||
# Location where the certificate will be stored | ||
vault_agent_certificate_directory: "/var/lib/vault_agent_certificates" | ||
|
||
# Name of the group that is allowed to read certificate | ||
vault_agent_group_name: "vault-certs" | ||
|
||
# Command to execute after certificate update | ||
# vault_agent_service_reload_command: | ||
# - systemctl | ||
# - restart | ||
# - mon_super_service |
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