-
Notifications
You must be signed in to change notification settings - Fork 65
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
Import regular k8s secrets #251
Comments
@prog76 can you provide some more details about the scenario? Maybe a sample |
Here it is. I'm configuring a user in the first Workspace and I need to use it's credentials in the second one
here I need minio_iam_service_account.replication.access_key and minio_iam_service_account.replication.secret_key. they exists in connectionDetails secret
unfortunately this way I have to expose values. and that's what I want to avoid.
|
What problem are you facing?
When one Workspace object writes connection data, it does that as a regular k8s secret. I think it could be a good improvement to make it possible to use this secret as a varFile for the second Workspace objects.
How could Official Terraform Provider help solve your problem?
probably when Key is omitted, provider could load all keys from the secret as variables:
The text was updated successfully, but these errors were encountered: