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

Support API Keys for Authentication #265

Open
rjulian opened this issue Apr 2, 2024 · 0 comments
Open

Support API Keys for Authentication #265

rjulian opened this issue Apr 2, 2024 · 0 comments

Comments

@rjulian
Copy link
Contributor

rjulian commented Apr 2, 2024

Right now, the terraform provider solely allows authentication via username and password to Aqua.

For organizations that leverage SSO or prefer to use API keys over user identities, it would be incredibly helpful to support API keys within the provider.

This would most clearly require a change to the client code, as right now we're getting a bearer token for the user and using it for all future requests, whereas making calls with the API tokens requires generation of an hmac signature including the request body.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant