Skip to content
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

Azure Rotate Root: unsupported path #13349

Closed
iusergii opened this issue Dec 6, 2021 · 2 comments
Closed

Azure Rotate Root: unsupported path #13349

iusergii opened this issue Dec 6, 2021 · 2 comments

Comments

@iusergii
Copy link

iusergii commented Dec 6, 2021

Describe the bug
Rotate Root API fails with unsupported path error massage.

To Reproduce
Steps to reproduce the behavior:

vault write azure/config \            
    subscription_id=xyz \
    tenant_id=xyz \
    client_id=xyz \
    client_secret=xyz \
    use_microsoft_graph_api=true

curl \
  --header "X-Vault-Token: s.xyzm" \
  --request POST \
  https://127.0.0.1:8200/v1/azure/rotate-root
{"errors":["1 error occurred:\n\t* unsupported path\n\n"]}

Additional context
Version v1.8.1

@kalafut
Copy link
Contributor

kalafut commented Dec 10, 2021

Hi @iusergii. Azure rotate-root was just recently added in Vault 1.9, so please give that a try. Better clarity in docs of when features are added is definitely something we're looking into.

@kalafut kalafut closed this as completed Dec 10, 2021
@iusergii
Copy link
Author

@kalafut Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants