Azure / platform-chaos-cli

A tool for introducing chaos into PaaS offerings using configurable extensions
MIT License
8 stars 5 forks source link

Chaos token command does not work for Live IDs #6

Open gavination opened 6 years ago

gavination commented 6 years ago

Description

Passing in a token generated from the chaos-token command yields an improper token for Live IDs

Steps to Reproduce

Expected Behavior

Targeted Azure resource should be enabled/disabled.

Actual Behavior

Error returned: The access token is from the wrong issuer 'https://sts.windows.net/f8cdef31-a31e-4b4a-93e4-5f571e91255a/'. It must match the tenant 'https://sts.windows.net/44c19e06-2387-4136-85e6-a8a486c5e037/'

gavination commented 6 years ago

Thinking a service principal may be able to circumvent this issue. Going to give that a try this week. Keeping this comment for bookkeeping purposes.