* Migrate Structure * Insert explicit ids for headers * Remove unnecessary asciidoc attributes * Copy default antora files * Fix indentation for all pages * Split files * Generate a default navigation * Remove includes * Fix cross references * Enable Section Summary TOC for small pages * WIP * Antora migration --------- Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
15 lines
488 B
Plaintext
15 lines
488 B
Plaintext
[[aws-parameter-store]]
|
|
= AWS Parameter Store
|
|
:page-section-summary-toc: 1
|
|
|
|
When using AWS Parameter Store as a backend, you can share configuration with all applications by placing properties within the `/application` hierarchy.
|
|
|
|
For example, if you add parameters with the following names, all applications using the config server will have the properties `foo.bar` and `fred.baz` available to them:
|
|
|
|
[source]
|
|
----
|
|
/config/application/foo.bar
|
|
/config/application-default/fred.baz
|
|
----
|
|
|