Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add documentation for kms universe domain and endpoint properties #3173

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading