Forum Discussion
- kulandaivelu_sNovice Iissue has been fixed ..thanks for guidlines
- mboeckelmannNovice IAre you using the correct ssh key for your jwt authenication? The lookup is failing for the app id you have set.
- kulandaivelu_sNovice IIm using Python script for connecting Pure1 console to fetch all storage details ..It was working fine for last 1 year ..Suddenly from last week onwards getting error message while python script trying to connect PURE1.. "Connecting... Using id_token Connection faild: PureError: Could not retrieve a new access token API Client could not initialize."
- kulandaivelu_sNovice IGenerated token id using Pure_admin only
- mboeckelmannNovice Ithere shouldn’t be any difference. as long as you are providing the correct application id and key, it should be authenticating.
- mboeckelmannNovice IWhen I use a correct application id but an incorrect ssh key, I get the following:
- mboeckelmannNovice Ipypureclient.exceptions.PureError: PureError: Could not retrieve a new access token
- mboeckelmannNovice Ithis is with pure1_report.py from the public github here: https://github.com/PureStorage-OpenConnect/pure1-api-integrations
- mboeckelmannNovice IHow did you create your jwt? Are you doing it in code with pyjwt or externally?
- kulandaivelu_sNovice IPlease help me how to check whether PUre1 API token and APP id working fine..is there easy way to validate it