mirror of
https://github.com/rclone/rclone.git
synced 2025-07-16 22:42:36 +02:00
oracleobjectstorage: supports workload identity authentication for OKE
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
This commit is contained in:
committed by
Nick Craig-Wood
parent
a1e66cc5e8
commit
db8fb5ceda
@ -52,6 +52,8 @@ func getConfigurationProvider(opt *Options) (common.ConfigurationProvider, error
|
||||
case noAuth:
|
||||
fs.Infof("client", "using no auth provider")
|
||||
return getNoAuthConfiguration()
|
||||
case workloadIdentity:
|
||||
return auth.OkeWorkloadIdentityConfigurationProvider()
|
||||
default:
|
||||
}
|
||||
return common.DefaultConfigProvider(), nil
|
||||
|
Reference in New Issue
Block a user