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

Fix example #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix example #368

wants to merge 1 commit into from

Commits on Mar 2, 2020

  1. Fix example

    huh, that was a tricky one:
    
    ```msg": "An unhandled exception occurred while running the lookup plugin 'azure_keyvault_secret'. Error was a <class 'ansible.errors.AnsibleError'>, original message: Invalid credentials provided."
    ```
    
    only when you debug it at low level (module code) you can see:
    ```
    msg": "An unhandled exception occurred while running the lookup plugin 'azure_keyvault_secret'. Error was a <class 'msrest.exceptions.AuthenticationError'>, original message: , AdalError: Get Token request returned http error: 400 and server response: {\"error\":\"invalid_request\",\"error_description\":\"AADSTS900144: The request body must contain the following parameter: 'client_id'.
    ```
    sirkubax committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    5bdafc2 View commit details
    Browse the repository at this point in the history