diff --git a/reference/html/index.html b/reference/html/index.html index d7c9e847..1dd4eaaf 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1720,6 +1720,19 @@ Spring Cloud Vault allows using the Application name and a default context name
+

The profiles are determined by the properties:

+
+
+ +
+

Secrets can be obtained from other contexts within the key-value backend by adding their paths to the application name, separated by commas. For example, given the application name usefulapp,mysql1,projectx/aws, each of these folders will be used:

@@ -1750,7 +1763,7 @@ No active profiles will skip accessing contexts with a profile name.

-Spring Cloud Vault adds the data/ context between the mount path and the actual context path. +Spring Cloud Vault adds the data/ context between the mount path and the actual context path depending on whether the mount uses the versioned key-value backend. @@ -1765,7 +1778,8 @@ Spring Cloud Vault adds the data/ context between the mount path an backend: secret profile-separator: '/' default-context: application - application-name: my-app + application-name: my-app + profiles: local, cloud @@ -1785,6 +1799,9 @@ Spring Cloud Vault adds the data/ context between the mount path an

application-name overrides the application name for use in the key-value backend

  • +

    profiles overrides the active profiles for use in the key-value backend

    +
  • +
  • profile-separator separates the profile name from the context in property sources with profiles

  • diff --git a/reference/html/spring-cloud-vault.html b/reference/html/spring-cloud-vault.html index d7c9e847..1dd4eaaf 100644 --- a/reference/html/spring-cloud-vault.html +++ b/reference/html/spring-cloud-vault.html @@ -1720,6 +1720,19 @@ Spring Cloud Vault allows using the Application name and a default context name
    +

    The profiles are determined by the properties:

    +
    +
    + +
    +

    Secrets can be obtained from other contexts within the key-value backend by adding their paths to the application name, separated by commas. For example, given the application name usefulapp,mysql1,projectx/aws, each of these folders will be used:

    @@ -1750,7 +1763,7 @@ No active profiles will skip accessing contexts with a profile name.

    -Spring Cloud Vault adds the data/ context between the mount path and the actual context path. +Spring Cloud Vault adds the data/ context between the mount path and the actual context path depending on whether the mount uses the versioned key-value backend. @@ -1765,7 +1778,8 @@ Spring Cloud Vault adds the data/ context between the mount path an backend: secret profile-separator: '/' default-context: application - application-name: my-app + application-name: my-app + profiles: local, cloud @@ -1785,6 +1799,9 @@ Spring Cloud Vault adds the data/ context between the mount path an

    application-name overrides the application name for use in the key-value backend

  • +

    profiles overrides the active profiles for use in the key-value backend

    +
  • +
  • profile-separator separates the profile name from the context in property sources with profiles