From e50832c57cfb85e41f0dd41e38829a46bd78e74a Mon Sep 17 00:00:00 2001 From: aparekh-crest Date: Wed, 3 Apr 2024 15:19:14 +0530 Subject: [PATCH] added documentation for sponsor account and release notes --- manual_readme_content.md | 6 ++++-- release_notes/unreleased.md | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/manual_readme_content.md b/manual_readme_content.md index bfa3641..be68391 100644 --- a/manual_readme_content.md +++ b/manual_readme_content.md @@ -40,7 +40,9 @@ - update resource - apply policy - create policy -3. An ISE node can assume any or all of the following personas: Administration, Policy Service, and +3. If resource is **Guest User** in resource related actions, it is required to use **Sponsor Account** credentials to access the GuestAPI, For creating sponsor account refer this document: [Set Up Admin and Sponsor Account for ERS](https://www.cisco.com/c/en/us/support/docs/security/identity-services-engine/215476-configure-ise-guest-accounts-with-rest-a.html) +4. Once you have internal user created from step #3, Add username and password in **ers_username** and **ers_password** in asset configuration respectively. +5. An ISE node can assume any or all of the following personas: Administration, Policy Service, and Monitoring. For detailed info: [Types of nodes](https://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_dis_deploy.html#wp1123452) - All actions can run on Administration node. @@ -49,7 +51,7 @@ node - Actions quarantine device, unquarantine device, apply policy, clear policy, and terminate session can run on Policy Service node -4. For create resource action, user needs to provide valid json with required fields of that +6. For create resource action, user needs to provide valid json with required fields of that specified resource (For more details head over to [API Reference](https://developer.cisco.com/docs/identity-services-engine/v1/#!endpoint) ). Examples as below diff --git a/release_notes/unreleased.md b/release_notes/unreleased.md index fbcb2fd..f3a0670 100644 --- a/release_notes/unreleased.md +++ b/release_notes/unreleased.md @@ -1 +1,2 @@ **Unreleased** +* Fixed pagination logic for 'list resources' action [PAPP-33229]