You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, common.ConfigurationProviderEnvironmentVariables takes a private key path.
Also, the default option looks for the .oci file under a specific folder
Would it be possible to add an option that allows private key string to be used to authenticate?
The text was updated successfully, but these errors were encountered:
I have a Vercel Function written in Golang that I wish to create a bucket inside Object Storage with auto tiering. As that function is not hosted in OCI, the only way to authenticate it is to have the key inside a secret vault or using Vercel Environment variables.
@GustavoOS You might want to look at the NewRawConfigurationProvider instead. Just lookup the env variables in your code use the following. NOTE: here the privateKey is the contents of a private key file.
Currently, common.ConfigurationProviderEnvironmentVariables takes a private key path.
Also, the default option looks for the .oci file under a specific folder
Would it be possible to add an option that allows private key string to be used to authenticate?
The text was updated successfully, but these errors were encountered: