Andrew Copeland
Andrew Copeland
This example is azure specific but it can be applied to any JWT. What I am proposing is to parse the JWT using jsonPath and further parsing should be done...
Having a JWT authenticator would allow me to remove secret zero for many DevOps products that already have a certificate and private key. We could integrate with these products, generate...
Where would ``` [{ "annotation": "resource-group", "json_path": "$.xms_mirid", "regex": "/", "index": 4 }, { "annotation": "resource-name", "json_path": "$.xms_mirid", "split": "./(.)$", "index": 0 }] ``` Be applied? All of this information...
Thanks :)
What endpoint would be used to generate the SSH Private key that can be used to connect to the target devices? I am having a hard time finding it here:...
We will need to update our backend infrastructure to test this feature out. This will be pushed to a future release.
The Cyberark REST API currently does not support activating an inactive user. It can only unsuspend a user who have been locked out due to incorrect credentials. https://docs.cyberark.com/Product-Doc/OnlineHelp/PAS/Latest/en/Content/SDK/activate-user-v10.htm?tocpath=Developer%7CREST%20APIs%7CUser%20management%7CUsers%7C_____7
I will keep this issue open for now so it can be referenced in the future.
I am still experiencing this issue using the latest version `v2.3.0`, I see there is an open pr #1700 and was wondering if this will be merged soon?