diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2021-11-01 10:33:40 +0000 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2021-11-02 09:23:12 +0000 |
commit | 453d83062b099291a04fd76bd851b68670a7a599 (patch) | |
tree | ebd6b8dfc7465ff5ca39881bac41e6f80218ebdd /postman | |
parent | 1932060f66ebfbe2a4740c030a68788a04b4f69c (diff) |
Rename username for API operations.
Use an account other than healthcheck in API for provisioning of policies.
Issue-ID: POLICY-2744
Change-Id: If41467531152a73ecda2756886914ba0a4c6d9b4
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'postman')
-rw-r--r-- | postman/lifecycle-api-collection.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postman/lifecycle-api-collection.json b/postman/lifecycle-api-collection.json index 5643d4da..e3a8da59 100644 --- a/postman/lifecycle-api-collection.json +++ b/postman/lifecycle-api-collection.json @@ -686,7 +686,7 @@ { "id": "99d48afc-d62d-48be-9f89-d7db5acf48dd", "key": "USER", - "value": "healthcheck", + "value": "policyadmin", "type": "string" }, { |