Skip to content

Commit

Permalink
[RHPAM-2490] - Replace roles configuration shown for internal authent…
Browse files Browse the repository at this point in the history
…ication

Signed-off-by: Swati Kale <[email protected]>
  • Loading branch information
swati-kale committed Nov 5, 2019
1 parent d365db9 commit 8e73415
Showing 1 changed file with 16 additions and 9 deletions.
25 changes: 16 additions & 9 deletions deploy/ui/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,14 @@
"type": "text",
"jsonPath": "$.spec.auth.roleMapper.rolesProperties",
"description": "When present, the RoleMapping Login Module will be configured to use the provided file. This property defines the fully-qualified file path and name of a properties file or resource which maps roles to replacement roles. The format is original_role=role1,role2,role3"
}
},
{
"label": "Replace roles",
"type": "checkbox",
"jsonPath": "$.spec.auth.roleMapper.replaceRole",
"default": "false",
"description": "Whether to add to the current roles, or replace the current roles with the mapped ones. Replaces if set to true."
}
]
},
{
Expand Down Expand Up @@ -352,7 +359,14 @@
"type": "text",
"jsonPath": "$.spec.auth.roleMapper.rolesProperties",
"description": "When present, the RoleMapping Login Module will be configured to use the provided file. This property defines the fully-qualified file path and name of a properties file or resource which maps roles to replacement roles. The format is original_role=role1,role2,role3"
}
},
{
"label": "Replace roles",
"type": "checkbox",
"jsonPath": "$.spec.auth.roleMapper.replaceRole",
"default": "false",
"description": "Whether to add to the current roles, or replace the current roles with the mapped ones. Replaces if set to true."
}

]
},
Expand Down Expand Up @@ -425,13 +439,6 @@
"jsonPath": "$.spec",
"visible": true,
"fields": [
{
"label": "Replace roles",
"type": "checkbox",
"jsonPath": "$.spec.auth.roleMapper.replaceRole",
"default": "false",
"description": "Whether to add to the current roles, or replace the current roles with the mapped ones. Replaces if set to true."
},
{
"label": "Image tag",
"type": "text",
Expand Down

0 comments on commit 8e73415

Please sign in to comment.