Skip to content

Commit cc1da43

Browse files
author
Simon Rüegg
authored
Merge pull request #176 from projectsyn/update-vault-docs
Update default Vault values
2 parents 76f779d + d3a08d1 commit cc1da43

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ Please document all notable changes to this project in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
* Vault default values ([#176])
13+
14+
815
## [v0.2.3]
916

1017
### Added
@@ -118,7 +125,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
118125

119126
Initial implementation
120127

121-
[Unreleased]: https://github.com/projectsyn/commodore/compare/v0.2.2...HEAD
128+
[Unreleased]: https://github.com/projectsyn/commodore/compare/v0.2.3...HEAD
122129
[v0.1.0]: https://github.com/projectsyn/commodore/releases/tag/v0.1.0
123130
[v0.1.1]: https://github.com/projectsyn/commodore/releases/tag/v0.1.1
124131
[v0.1.2]: https://github.com/projectsyn/commodore/releases/tag/v0.1.2
@@ -163,3 +170,4 @@ Initial implementation
163170
[#158]: https://github.com/projectsyn/commodore/pull/158
164171
[#160]: https://github.com/projectsyn/commodore/pull/160
165172
[#161]: https://github.com/projectsyn/commodore/pull/161
173+
[#176]: https://github.com/projectsyn/commodore/pull/176

docs/modules/ROOT/pages/reference/architecture.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The address of the Vault instance and the name of the back-end are configurable:
178178
--
179179
parameters:
180180
secret_management:
181-
vault_addr: https://vault.syn.vshn.net
181+
vault_addr: https://vault-prod.syn.vshn.net
182182
# Name of the back-end (called mount in Vault)
183183
vault_mount: kv
184184
--
@@ -189,6 +189,6 @@ the reference to the Vault secret.
189189

190190
Kapitan's `vaultkv` secret engine is configured in the class `global.common`
191191
under the dict `secret_management`.
192-
The configuration defaults to https://vault.syn.vshn.net and a back-end with
193-
name `kv`.
192+
The configuration defaults to https://vault-prod.syn.vshn.net and a back-end with
193+
name `clusters/kv`.
194194
This can be overridden at any level of the inventory.

0 commit comments

Comments
 (0)