Skip to content

Commit

Permalink
Re-expose role/user management apps paths to tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Jan 14, 2020
1 parent 74af29e commit 0a2e2d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x-pack/plugins/security/public/management/management_urls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
const MANAGEMENT_PATH = '/management';
const SECURITY_PATH = `${MANAGEMENT_PATH}/security`;
export const ROLES_PATH = `${SECURITY_PATH}/roles`;
export const EDIT_ROLES_PATH = `${ROLES_PATH}/edit`;
export const CLONE_ROLES_PATH = `${ROLES_PATH}/clone`;
export const USERS_PATH = `${SECURITY_PATH}/users`;
export const EDIT_USERS_PATH = `${USERS_PATH}/edit`;
export const ROLE_MAPPINGS_PATH = `${SECURITY_PATH}/role_mappings`;
const CREATE_ROLE_MAPPING_PATH = `${ROLE_MAPPINGS_PATH}/edit`;

Expand Down

0 comments on commit 0a2e2d2

Please sign in to comment.