io.quarkiverse.googlecloudservices.common.GcpBootstrapConfiguration.jdp Maven / Gradle / Ivy
#
#Mon May 29 13:08:35 UTC 2023
io.quarkiverse.googlecloudservices.common.GcpBootstrapConfiguration.serviceAccountLocation=Google Cloud service account file location.
io.quarkiverse.googlecloudservices.common.GcpBootstrapConfiguration.enableMetadataServer=Enable or disable metadata server access to retrieve configuration options (projectId, region...).
io.quarkiverse.googlecloudservices.common.GcpBootstrapConfiguration.projectId=Google Cloud project ID.\nIt defaults to `ServiceOptions.getDefaultProjectId()` if `google.cloud.enable-metadata-server` is set to true (which is\nthe default),\nso to the project ID corresponding to the default credentials if the default credentials are set, otherwise null.
io.quarkiverse.googlecloudservices.common.GcpBootstrapConfiguration.serviceAccountEncodedKey=Google Cloud service account base64 encoded content.
io.quarkiverse.googlecloudservices.common.GcpBootstrapConfiguration.accessTokenEnabled=Enable Google Cloud access token authentication\nFor example, the access token which is returned as part of OpenId Connect Authorization Code Flow\nmay be used to access Google Cloud services on behalf of the authenticated user.\n\nNote that if a service account location is configured then the access token will be ignored even if this property is\nenabled.\n\nDisable this property if the default Google Cloud authentication is required.