-
Notifications
You must be signed in to change notification settings - Fork 290
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
plugin.(Repository).CreateCatalog: plugin.(HostCatalogSecret).encrypt: no attributes defined: parameter violation: error #100 #4988
Comments
Could you clarify what exactly this means? How did you go about accomplishing this? If you rotated the credentials, are you using the new credentials when trying to create a new host catalog in Boundary? Separately, does your access key start with |
Yes, the access key starts with
And then updated the host catalog plugin to reference this new key. |
I recently upgraded my controller and cli to version 0.18 and am still running into the issue
But, if I use the key directly
|
I was able to resolve this by upgrading boundary to the latest version, 0.18.1. I was also able to get the |
I'm trying to create a host catalog plugin for AWS. I was able to originally create a host plugin for AWS using terraform without issue, but as of today, when trying to apply terraform, the host catalog plugin started failing. I destroyed all of the resources, and re-recreated, but I can not get past the error creating the host catalog plugin.
I was able to replicate the issue I was seeing with the terraform provide using the cli.
Both my boundary controller and cli are using version 0.15.4.
There's a 500 if I attempt to create the dynamic host catalog via the UI as well.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to be able to create a host catalog plugin for AWS.
Additional context
This issue arose after:
After rotating IAM credentials successfully using terraform. We then attempting to add a new group and role. We applied that change, but saw the errors around the host catalog plugin. I then destroyed all of the terraform and then tried to recreate. I then attempting to create using the cli.
The text was updated successfully, but these errors were encountered: