Skip to content

Commit

Permalink
Merge pull request #303 from swati-kale/RHPAM-2490
Browse files Browse the repository at this point in the history
[RHPAM-2490] - Replace roles configuration shown for internal authent…
  • Loading branch information
openshift-merge-robot committed Nov 5, 2019
2 parents d365db9 + 8e73415 commit 480508f
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 480508f

Please sign in to comment.