Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Private Key Content Injection #557

Open
damithkothalawala opened this issue Feb 28, 2025 · 0 comments
Open

Add support for Private Key Content Injection #557

damithkothalawala opened this issue Feb 28, 2025 · 0 comments
Labels
SDK Issue pertains to the SDK itself and not specific to any service

Comments

@damithkothalawala
Copy link

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.

environmentProvider := environmentConfigurationProvider{EnvironmentVariablePrefix: "TF_VAR"}

Thank you in Advance.

@richachugh11 richachugh11 added the SDK Issue pertains to the SDK itself and not specific to any service label Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SDK Issue pertains to the SDK itself and not specific to any service
Projects
None yet
Development

No branches or pull requests

2 participants