-
Notifications
You must be signed in to change notification settings - Fork 33
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
Feature: Add support for IAM auth via aws_postgres #451
Comments
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? |
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. |
@arvindth have you had a chance to test yet? |
Hi @faisal-memon, unfortunately, I won't have access to a good test environment for little while yet. |
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: