diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2021-11-03 08:42:47 +0000 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2021-11-03 13:06:22 +0000 |
commit | eb7277b143841b36da32637264971686a5c9ad7d (patch) | |
tree | bc6ab909dd9ee196f8d56b62467b68bd259f9a0e /postman | |
parent | d95be7b4bc9e97385dd77ae97556358e7fd00e94 (diff) |
Rename username for PAP operations.
Use an account other than healthcheck in PAP for provisioning of policies.
Issue-ID: POLICY-2744
Change-Id: I897f7a4fffbac2d4bbd9cceb059bae1794753aa7
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'postman')
-rw-r--r-- | postman/pap-api-collection.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postman/pap-api-collection.json b/postman/pap-api-collection.json index 421b9a73..483468c4 100644 --- a/postman/pap-api-collection.json +++ b/postman/pap-api-collection.json @@ -1097,7 +1097,7 @@ "variable": [ { "key": "USER", - "value": "healthcheck", + "value": "policyadmin", "type": "string" }, { |