Description

Meta configuration of OCI integration for Helidon.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
allowed-authentication-methodsLISTString List of attempted authentication strategies in case io.helidon.integrations.oci.OciConfig#authenticationMethod() is set to #AUTHENTICATION_METHOD_AUTO
authentication-methodVALUEStringautoAuthentication method to use
authentication-timeoutVALUEDurationPT10STimeout of authentication operations, where applicable
authentication.configVALUEi.h.i.o.ConfigMethodConfig Config method configuration (if provided and used)
authentication.config-fileVALUEi.h.i.o.ConfigFileMethodConfig Config file method configuration (if provided and used)
authentication.session-tokenVALUEi.h.i.o.SessionTokenMethodConfig Session token method configuration (if provided and used)
federation-endpointVALUEURI Customization of federation endpoint for authentication providers
imds-base-uriVALUEURI The OCI IMDS URI (http URL pointing to the metadata service, if customization needed)
imds-detect-retriesVALUEInteger Customize the number of retries to contact IMDS service
imds-timeoutVALUEDurationPT1SThe OCI IMDS connection timeout
regionVALUEi.h.i.o.OciConfigSupport Explicit region
tenant-idVALUEString OCI tenant id for Instance Principal, Resource Principal or OKE Workload

See the manifest for all available types.