Skip to content

Commit

Permalink
docs: add documentation for kms universe domain and endpoint properti…
Browse files Browse the repository at this point in the history
…es (#3173)
  • Loading branch information
mpeddada1 committed Aug 29, 2024
1 parent 2ed4f55 commit acf58a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/kms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ The following options may be configured with Spring Framework on Google Cloud KM
| `spring.cloud.gcp.kms.enabled` | Enables or disables Google Cloud KMS autoconfiguration | No | `true`
| `spring.cloud.gcp.kms.project-id` | Google Cloud project ID of the project using Cloud KMS APIs, if different from the one in the <<spring-cloud-gcp-core,Spring Framework on Google Cloud Core Module>>. | No | Project ID is typically inferred from https://cloud.google.com/sdk/gcloud/reference/config/set[`gcloud`] configuration.
| `spring.cloud.gcp.kms.credentials.location` | Credentials file location for authenticating with the Cloud KMS APIs, if different from the ones in the <<spring-cloud-gcp-core,Spring Framework on Google Cloud Core Module>> | No | Inferred from https://cloud.google.com/docs/authentication/production[Application Default Credentials], typically set by https://cloud.google.com/sdk/gcloud/reference/auth/application-default[`gcloud`].
| `spring.cloud.gcp.kms.endpoint` | Endpoint of the KMS service | No | Relies on client library's default endpoint which is `cloudkms.googleapis.com:443`.
| `spring.cloud.gcp.kms.universe-domain` | Universe domain of the KMS service. The universe domain is a part of the endpoint which is formatted as ${service}.${universeDomain}:${port} | No | Relies on client library's default universe domain which is `googleapis.com`
|===========================================================================


Expand Down

0 comments on commit acf58a0

Please sign in to comment.