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
@ddevadat is working on an integration with OCI GO SDK where he is trying to push key contents via env variable (base64 encoded) but due to the nature of the current SDK works, it requires key file to be physically present at key location.
Could you guys please look in to
environmentProvider := environmentConfigurationProvider{EnvironmentVariablePrefix: "TF_VAR"} section and introduce a method to get this done ? And this would be helpful for our multi-cloud deployments via k8s config maps where we do not have instance-principals as a luxury.
Hi Team,
@ddevadat is working on an integration with OCI GO SDK where he is trying to push key contents via env variable (base64 encoded) but due to the nature of the current SDK works, it requires key file to be physically present at key location.
Could you guys please look in to
environmentProvider := environmentConfigurationProvider{EnvironmentVariablePrefix: "TF_VAR"} section and introduce a method to get this done ? And this would be helpful for our multi-cloud deployments via k8s config maps where we do not have instance-principals as a luxury.
oci-go-sdk/common/client.go
Line 334 in cbd797f
Thank you in Advance.
The text was updated successfully, but these errors were encountered: