io.helidon.integrations.oci.OciConfig
Description
Meta configuration of OCI integration for Helidon
Configuration options
| Key | Type | Default | 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 | Configuration for authentication | ||
authentication-method | String | auto | Authentication method to use |
authentication-timeout | Duration | PT10S | Timeout of authentication operations, where applicable |
federation-endpoint | URI | Customization of federation endpoint for authentication providers | |
imds-base-uri | URI | The OCI IMDS URI (http URL pointing to the metadata service, if customization needed) | |
imds-detect-retries | Integer | Customize the number of retries to contact IMDS service | |
imds-timeout | Duration | PT1S | The OCI IMDS connection timeout |
region | OciConfigSupport | Explicit region | |
tenant-id | String | OCI tenant id for Instance Principal, Resource Principal or OKE Workload |
Usages
See the manifest for all available types.