Enables defining a base path for CredHub credentials (#2521)

Signed-off-by: kvmw <mshamsi@broadcom.com>
This commit is contained in:
Kaveh Shamsi
2024-09-09 15:02:46 +02:00
committed by GitHub
parent 96b5775cb8
commit 44815361f3
4 changed files with 60 additions and 4 deletions

View File

@@ -106,3 +106,21 @@ spring:
NOTE: The used UAA client-id should have `credhub.read` as scope.
The following table describes the CredHub configuration properties.
|===
|Property Name |Remarks
|*url*
|CredHub server URL.
|*path*
|Base path for all credentials. Optional, defaults to empty.
|*defaultLabel*
| Default label to use when is not provided by client application. Optional, defaults to `master`.
|*oauth2*
| OAuth2 configuration to access CredHub. Optional.
|===