-
Notifications
You must be signed in to change notification settings - Fork 4
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
Authentication error when attempting to use org token #3
Comments
zbuchheit
changed the title
Required field error when attempting to use provider
Authentication error when attempting to use provider via api token
Aug 9, 2024
I believe specifically the issue is coming from using an org token with
It will only respond with an object like
so that will cause the model validation to fail as referenced above |
zbuchheit
changed the title
Authentication error when attempting to use provider via api token
Authentication error when attempting to use org token
Aug 9, 2024
Hi @zbuchheit , I updated the mistapi-go SDK to fix the issue, and updated the terraform provider to use the latest version of the SDK. This issue should be fixed. Thanks. |
Fixed via newest release of the SDK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When attempting to use the provider for the first time I am encountering an authentication error. I am attempting to authenticate via
MIST_API_TOKEN
using an org token. I have verified the API token is valid.Error Message
Repro
Additional Context
It appears this error message is coming from validation in the mistapi-go admin struct
The text was updated successfully, but these errors were encountered: