IBM / redstone

A Pythonic IBM Cloud SDK
Apache License 2.0
4 stars 9 forks source link

Change IAM token context path #24

Open smatzek opened 1 year ago

smatzek commented 1 year ago

Change the IAM token context path from oidc/token to identity/token. The oidc/token path is not supported on private IAM endpoints, but the identity/token path is supported on both private and public endpoints.

Fixes: #23