Get secret by name api
- Secret contains much sensitive information. When it requires you can get it and use it using the get-secret-by-name system API.
- Provide secret_id as
x-am-secret
in the header to get secret details. - e.g.
'x-am-secret': '5e15e53abd7bd91e480c9519'
- Provide the full path of the key like, 'common.encryptionAlgorithm'.
Request Method: POST
URL
Request payload, single key
Request payload, multiple keys
Get secret System API
Get secret using global object 'g'.
- Get only one secret key value.
- Get multiple secret keys values.