Description
Meta configuration of OCI integration for Helidon.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
allowed-authentication-methods | LIST | String | List of attempted authentication strategies in case io.helidon.integrations.oci.OciConfig#authenticationMethod() is set to #AUTHENTICATION_METHOD_AUTO | |
authentication-method | VALUE | String | auto | Authentication method to use |
authentication-timeout | VALUE | Duration | PT10S | Timeout of authentication operations, where applicable |
authentication.config | VALUE | i.h.i.o.ConfigMethodConfig | Config method configuration (if provided and used) | |
authentication.config-file | VALUE | i.h.i.o.ConfigFileMethodConfig | Config file method configuration (if provided and used) | |
authentication.session-token | VALUE | i.h.i.o.SessionTokenMethodConfig | Session token method configuration (if provided and used) | |
federation-endpoint | VALUE | URI | Customization of federation endpoint for authentication providers | |
imds-base-uri | VALUE | URI | The OCI IMDS URI (http URL pointing to the metadata service, if customization needed) | |
imds-detect-retries | VALUE | Integer | Customize the number of retries to contact IMDS service | |
imds-timeout | VALUE | Duration | PT1S | The OCI IMDS connection timeout |
region | VALUE | i.h.i.o.OciConfigSupport | Explicit region | |
tenant-id | VALUE | String | OCI tenant id for Instance Principal, Resource Principal or OKE Workload |
See the manifest for all available types.