We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We got support for aws_postgres dbtype in spiffe/spire#4828. However, there's no current way to pass this via the helm chart.
aws_postgres
Could we either add direct support for aws_postgres, or allow plugin_data's dbtype and connection_string to be respected until we do?
plugin_data
dbtype
connection_string
The text was updated successfully, but these errors were encountered:
The devil in the details is going to be around how IAM auth works in k8s?
How does the spire-server pod get the credentials?
Sorry, something went wrong.
This depends on spiffe/spire#5495
Can you please try #464 in a test environment and see if it works for you? I don't have a way to test it.
Hey @kfox1111, unfortunately it'll be a little while before I'm at a state where I can test this out. Once I'm able, I'll report back.
No branches or pull requests
We got support for
aws_postgres
dbtype in spiffe/spire#4828. However, there's no current way to pass this via the helm chart.Could we either add direct support for
aws_postgres
, or allowplugin_data
'sdbtype
andconnection_string
to be respected until we do?The text was updated successfully, but these errors were encountered: