-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/crud role mapping #1169
Feat/crud role mapping #1169
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some simple comments, and please check to apply prettier
for the style code.
class='fa fa-fw fa-check'></i> Confirm</md-button> | ||
</div> | ||
</div> | ||
<td ng-if="isLookingGroup() " ng-click="$event.stopPropagation()" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this method isLookingGroup()
is for Agents Groups
<span class="font-size-12 wz-padding-left-8">{{item.name}} will be removed from | ||
this group</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This message is referred to groups not to Role Mapping 🤓
- Implements a new backend controller that provides endpoints to retrieve the user logged in the app as well as a list with every users registered in the Splunk's instance. - Implements a new frontend service (class) whom methods consume the new endpoints.
…tion-security-states' into feat/crud-role-mapping
df35633
into
feature/1148-RBAC-management-section-security-states
Hi team,
This PR added new CRUD of Roles Mapping on the security section.
Closes #1153
List Role Mapping:
Create Role Mapping:
See and update Role Mapping:
Delete Role Mapping: