-
Notifications
You must be signed in to change notification settings - Fork 10
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
Using the onprem gateway #80
Comments
I am also experiencing this issue.
I get this error: I suspect that it has to do with the call made here in the provider: https://github.com/akeyless-community/terraform-provider-akeyless/blob/master/akeyless/provider.go#L356 |
Following up on this issue. I ended up resolving by updating my provider config as follows:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to use the onprem gateway rather than the public endpoint. Our local gateway has some default rules that are used to encrypt secrets, auth config etc with a local encryption key (DFC).
If I configure the provider to use
https://api.akeyless.io
I can't encrypt by default the secrets and other resources with the custom DFC key, and I can't create auth config :If I use the onprem gateway, there is an authentication error (same access_id/access_key):
How can I use the local gateway for all resources ? Is there a miss configuration on the local gateway ?
Thanks for your help.
The text was updated successfully, but these errors were encountered: