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

The terraform-provider-boundary_v1.0.6_x5 plugin crashed #376

Open
SurveySky opened this issue Apr 20, 2023 · 2 comments
Open

The terraform-provider-boundary_v1.0.6_x5 plugin crashed #376

SurveySky opened this issue Apr 20, 2023 · 2 comments
Assignees

Comments

@SurveySky
Copy link

Terraform Version

1.3.4

Affected Resource(s)

Please list the resources as a list, for example:

  • boundary_auth_method_password
  • boundary_auth_method_oidc
  • boundary_role
  • boundary_scope

Panic Output

https://gist.github.com/SurveySky/d63596aa29b180a3885f443f44af3218

Expected Behavior

Resources are built without errors

Actual Behavior

Boundary plugin failed

Important Factoids

This is always indicative of a bug within the plugin. It would be immensely helpful if you could report the crash with the plugin's maintainers so that it can be fixed. The output above should help diagnose the issue. This is a quote from error, therefore I put up an issue. "The output above" is referencing what I have put in the GitHub Gist.

@louisruch louisruch self-assigned this Apr 20, 2023
@louisruch
Copy link
Contributor

Thanks for submitting the issue. I was able to trace down the specific panic you are hitting here. It seems like it is being caused by a non API error being returned from the client. I will get a fix for the panic, however this will not resolve whatever underlying error you are hitting here.

Once we have a fix for the panic the error you are hitting should be displayed. However, I am curious how this is the first time I am seeing this panic I would assume there is something else in your setup that is causing us not to actual hit the Boundary API and returning an early validation error.

@SurveySky
Copy link
Author

I was able to get a successful deployment after a retry, so not sure what happened here

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

2 participants