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
Is your feature request related to a problem? Please describe.
In cases where You need to boostrap cluster ( empty k8s without any secret management ) is needed to somehow deploy initial secrets.
Rendered template in example https://github.com/banzaicloud/terraform-provider-k8s#usage is visible in terraform plan, thats OK, but when You want to deploy (initial)secrets ( my use case ), these will be visible in stdout.
Describe the solution you'd like to see
Something like sensitive_content in k8s_manifest would be nice step to keep these secrets hidden and keep backwards compatibility.
For example:
Is your feature request related to a problem? Please describe.
In cases where You need to boostrap cluster ( empty k8s without any secret management ) is needed to somehow deploy initial secrets.
Rendered template in example https://github.com/banzaicloud/terraform-provider-k8s#usage is visible in terraform plan, thats OK, but when You want to deploy (initial)secrets ( my use case ), these will be visible in stdout.
Describe the solution you'd like to see
Something like sensitive_content in k8s_manifest would be nice step to keep these secrets hidden and keep backwards compatibility.
For example:
Describe alternatives you've considered
none, even 3rdparty shell providers does this...
The text was updated successfully, but these errors were encountered: