We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A few months ago we had a need for adding tags to integration instances programmatically. We were told we could use this script to do that https://github.com/JupiterOne/jupiterone-client-go/blob/main/examples/update-integration-instance/example.go and it worked at the time. However, we are running the script again and it no longer works.
We have tried using both an User API token and an Account API token but same result is observed:
2023/06/07 17:01:57 failed to update integration instance: input: Invalid roleArn - accountId in roleArn does not match accountId in config
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A few months ago we had a need for adding tags to integration instances programmatically. We were told we could use this script to do that https://github.com/JupiterOne/jupiterone-client-go/blob/main/examples/update-integration-instance/example.go and it worked at the time. However, we are running the script again and it no longer works.
We have tried using both an User API token and an Account API token but same result is observed:
2023/06/07 17:01:57 failed to update integration instance: input: Invalid roleArn - accountId in roleArn does not match accountId in config
The text was updated successfully, but these errors were encountered: