Skip to content

Commit fd8bbef

Browse files
Add Vault Maven profile info to k8s Config Server documentation
Signed-off-by: Arjav <[email protected]>
1 parent 72dd4b1 commit fd8bbef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/modules/ROOT/pages/spring-cloud-kubernetes-configserver.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ list of namespace values.
2929
NOTE: If you set `spring.cloud.kubernetes.configserver.config-map-namespaces` and/or `spring.cloud.kubernetes.configserver.secrets-namespaces`
3030
you will need to include the namespace in which the Config Server is deployed in order to continue to fetch Config Map and Secret data from that namespace.
3131

32+
### Vault Integration
33+
To enable Vault integration, you can activate the vault Maven profile by setting the `useVault` property to true. This profile adds the `spring-vault-core` dependency.
34+
35+
Example:
36+
```bash
37+
mvn clean install -DuseVault=true
38+
```
39+
3240
### Kubernetes Access Controls
3341
The Kubernetes Config Server uses the Kubernetes API server to fetch Config Map and Secret data. In order for it to do that
3442
it needs ability to `get` and `list` Config Map and Secrets (depending on what you enable/disable).

0 commit comments

Comments
 (0)