You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the case using integration-arn to overwrite the role. external_id = parse_arn(role_arn)["account"] result["resourcetype"], result["resource"] = elements[5].split("/") throw error
if role name like arn:aws:iam::xxxxx:role/acct-managed/NewRelicInfrastructure-Integrations
Steps to Reproduce
Expected Behaviour
Relevant Logs / Console output
Your Environment
ex: Browser name and version:
ex: Operating System and version:
Additional context
The text was updated successfully, but these errors were encountered:
Description
in the case using integration-arn to overwrite the role.
external_id = parse_arn(role_arn)["account"]
result["resourcetype"], result["resource"] = elements[5].split("/")
throw errorif role name like
arn:aws:iam::xxxxx:role/acct-managed/NewRelicInfrastructure-Integrations
Steps to Reproduce
Expected Behaviour
Relevant Logs / Console output
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: