Commit Graph

36 Commits

Author SHA1 Message Date
Ryan Baxter
7ee81398cf Escape characters in docs 2025-03-13 13:37:41 -04:00
Ryan Baxter
f056064179 Fixing broken link 2025-03-13 10:55:26 -04:00
kkurczewski
9e0b20b037 Make S3 and Git backends more compatible (#2780)
* Make S3 and Git backends more compatible

Fixes https://github.com/spring-cloud/spring-cloud-config/issues/1829

Signed-off-by: Krzysztof Kurczewski <krzysiek.kurczewski@gmail.com>

* Add docs

Signed-off-by: kkurczewski <kkurczewski@users.noreply.github.com>

* Use relative link

Signed-off-by: kkurczewski <kkurczewski@users.noreply.github.com>

* Add explicit note about new flag for S3 backend

Signed-off-by: kkurczewski <kkurczewski@users.noreply.github.com>

---------

Signed-off-by: Krzysztof Kurczewski <krzysiek.kurczewski@gmail.com>
Signed-off-by: kkurczewski <kkurczewski@users.noreply.github.com>
2025-03-05 17:14:23 -05:00
Ryan Baxter
ef8a62a506 When accept-empty is false, make health indicator DOWN (#2756)
Fixes #2749
2025-02-22 08:50:26 -05:00
Yanming Zhou
da6fcbe099 Fix typo (#2711)
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-01-21 15:26:40 -05:00
Ryan Baxter
435469ab17 Merge branch '4.1.x' 2025-01-15 16:12:21 -05:00
Ryan Baxter
2d88fa05db Add property to disable adding invalid prefix when decryption fails (#2708)
Fixes #2632

Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
2025-01-15 16:09:44 -05:00
spring-builds
1d87ceb395 Bumping versions 2024-10-24 21:10:23 +00:00
Ryan Baxter
764022d514 Add The Ability For The Config Client To Send All Labels To The Config Server (#2602) 2024-10-24 09:09:01 -04:00
Ryan Baxter
a4d47a2beb Merge branch '4.1.x' 2024-10-09 10:56:20 -04:00
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
buildmaster
d391f21509 Bumping versions 2024-10-04 21:09:50 +00:00
Tobias Soloschenko
91372860f8 feat: resource charset support (#2440) 2024-10-04 14:48:13 -04:00
Alexandros Pappas
634f46b424 feat(config-server): add MongoDB environment repository support (#2390)
* feat(config-server): add MongoDB environment repository support

This commit introduces MongoDB as a new backend option for the Spring Cloud Config Server, enabling users to store and manage their configuration properties in a MongoDB database.

* resolve pr comments

* add documentation for mongodb backend

* resolve comments
2024-10-02 14:36:29 -04:00
Ryan Baxter
ac23ec2fc5 Update documentation to support multiple labels 2024-10-02 10:17:07 -04:00
Ryan Baxter
dc38d1c618 Merge branch '4.1.x' 2024-09-09 09:03:26 -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
Ryan Baxter
4aa8848ff7 Merge branch '4.1.x' 2024-09-06 11:51:00 -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
a229876962 Merge branch '4.1.x' 2024-09-05 16:17:43 -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
buildmaster
adf236a1c4 Bumping versions 2024-08-23 21:02:57 +00: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