Commit Graph

18 Commits

Author SHA1 Message Date
Kaveh Shamsi
6914dc89b1 Uses label when searching secrets in [Spring]VaultEnvironmentRepository (#2460)
* Uses label when searching secrets in [Spring]VaultEnvironmentRepository

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Adds a feature flag to enable label in vault secret paths

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Makes default-label in [Spring]VaultEnvironmentRepository configurable

Signed-off-by: kvmw <mshamsi@broadcom.com>

* When label flag is enabled, profile should always by included in vault key

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Updates Vault docs

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Switches to main as default label for vault

Signed-off-by: kvmw <mshamsi@broadcom.com>

---------

Signed-off-by: kvmw <mshamsi@broadcom.com>
2024-10-09 10:55:29 -04:00
Kaveh Shamsi
44815361f3 Enables defining a base path for CredHub credentials (#2521)
Signed-off-by: kvmw <mshamsi@broadcom.com>
2024-09-09 09:02:46 -04:00
Kaveh Shamsi
96b5775cb8 Makes default-label in CredhubEnvironmentRepository configurable (#2519)
* Makes default-label in CredhubEnvironmentRepository configurable

Signed-off-by: kvmw <mshamsi@broadcom.com>

* Updates CredHub docs

Signed-off-by: kvmw <mshamsi@broadcom.com>

---------

Signed-off-by: kvmw <mshamsi@broadcom.com>
2024-09-06 11:50:15 -04:00
Ryan Baxter
0caa87a63e Add note about running a Config Server in a container
Fixes #2028
2024-09-05 16:17:19 -04:00
Olga Maciaszek-Sharma
55ab6ab53d Fix doc. Add TODO. 2024-05-15 11:52:32 +02:00
Alexandros Pappas
4e960ca97e docs: add documentation for decrypting Vault secrets in property sources (#2416)
* docs: add documentation for decrypting Vault secrets in property sources

* docs: update application configuration file references to include both YAML and properties formats
2024-05-10 11:28:07 -04:00
Pearson Radu
4f1bb7a06b docs: update git backend docs to include ssh connection timeout (#2396) 2024-03-28 15:29:50 -04:00
Pearson Radu
a6aaa43b3f fix: allow negative value for jgit environment to disable refresh (#2393)
Modify `JGitEnvironmentRepository` to return `false` on `shouldPull` method when `refreshRate` is a negative value

Fixes gh-2256
2024-03-18 09:28:20 -04:00
Alex
ee768a5737 docs: add Custom Environment Repositories and update config sharing (#2389)
* docs: add Custom Environment Repositories and update config sharing

Introduce a new section for "Custom Environment Repositories" to guide users in creating and integrating custom `EnvironmentRepository` implementations. Additionally, update the "Sharing Configuration With All Applications" section.

* add @Profile("custom")
2024-03-07 08:46:10 -05:00
Ryan Baxter
fecaa1f5d3 Update docs to add note on other retry properties when using random backoff. Fixes #2378 2024-02-01 14:18:33 -05:00
Ryan Baxter
f17bf96c98 Merging documentation changes 2024-01-10 16:37:05 -05:00
Damiano Albani
060ee2fe0e Fix link to observability page (#2370) 2023-12-27 09:14:55 -05:00
Olga Maciaszek-Sharma
6be013137c Native image support for Config Server (#2361) 2023-12-05 19:13:12 +01:00
Ryan Baxter
f9449a2b21 Escaping bracket in docs 2023-12-04 15:12:35 -05:00
Ryan Baxter
25c5d087ef Porting documentation changes to antora 2023-11-29 14:08:43 -05:00
buildmaster
dc9d207d80 Bumping versions 2023-11-22 10:36:17 +00:00
Ryan Baxter
ba4c2c5625 Adding documentation from merge 2023-11-21 15:26:05 -05:00
Spencer Gibb
59a40db4f7 Antora migration (#2328)
* 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>
2023-09-19 12:42:15 -04:00