From acf58a052c6f8997dca9a8c9393b0d7d230d069d Mon Sep 17 00:00:00 2001 From: Mridula <66699525+mpeddada1@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:07:01 -0400 Subject: [PATCH] docs: add documentation for kms universe domain and endpoint properties (#3173) --- docs/src/main/asciidoc/kms.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/main/asciidoc/kms.adoc b/docs/src/main/asciidoc/kms.adoc index 38e4b9b8b1..ccff9a80a1 100644 --- a/docs/src/main/asciidoc/kms.adoc +++ b/docs/src/main/asciidoc/kms.adoc @@ -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 <>. | 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 <> | 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` |===========================================================================