File tree Expand file tree Collapse file tree
docs/modules/ROOT/pages/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ Please document all notable changes to this project in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and 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
119126Initial 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
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ The address of the Vault instance and the name of the back-end are configurable:
178178--
179179parameters:
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
190190Kapitan's `vaultkv` secret engine is configured in the class `global.common`
191191under 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`.
194194This can be overridden at any level of the inventory.
You can’t perform that action at this time.
0 commit comments