-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show user full name in
confluent iam rbac role-binding list
(#2611)
- Loading branch information
Showing
6 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
test/fixtures/output/iam/rbac/role-binding/list-user-clusteradmin-cloud.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Principal | Name | Email | ||
---------------+------+----------------------- | ||
User:u-11aaa | | [email protected] | ||
User:u-22bbb | | [email protected] | ||
User:u-33ccc | | [email protected] | ||
User:u-44ddd | | [email protected] | ||
Principal | Name | Email | ||
---------------+----------+----------------------- | ||
User:u-11aaa | 11 Aaa | [email protected] | ||
User:u-22bbb | 22 Bbb | [email protected] | ||
User:u-33ccc | 33 Ccc | [email protected] | ||
User:u-44ddd | Muwei He | [email protected] |
8 changes: 4 additions & 4 deletions
8
test/fixtures/output/iam/rbac/role-binding/list-user-clusteradmin-json-cloud.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
[ | ||
{ | ||
"principal": "User:u-11aaa", | ||
"name": "", | ||
"name": "11 Aaa", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"principal": "User:u-22bbb", | ||
"name": "", | ||
"name": "22 Bbb", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"principal": "User:u-33ccc", | ||
"name": "", | ||
"name": "33 Ccc", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"principal": "User:u-44ddd", | ||
"name": "", | ||
"name": "Muwei He", | ||
"email": "[email protected]" | ||
} | ||
] |
8 changes: 4 additions & 4 deletions
8
test/fixtures/output/iam/rbac/role-binding/list-user-clusteradmin-yaml-cloud.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
- principal: User:u-11aaa | ||
name: "" | ||
name: 11 Aaa | ||
email: [email protected] | ||
- principal: User:u-22bbb | ||
name: "" | ||
name: 22 Bbb | ||
email: [email protected] | ||
- principal: User:u-33ccc | ||
name: "" | ||
name: 33 Ccc | ||
email: [email protected] | ||
- principal: User:u-44ddd | ||
name: "" | ||
name: Muwei He | ||
email: [email protected] |
6 changes: 3 additions & 3 deletions
6
test/fixtures/output/iam/rbac/role-binding/list-user-envadmin-cloud.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Principal | Name | Email | ||
---------------+------+----------------------- | ||
User:u-22bbb | | [email protected] | ||
Principal | Name | Email | ||
---------------+--------+----------------------- | ||
User:u-22bbb | 22 Bbb | [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
User:group-abc | another-group-mapping | | ||
User:pool-12345 | identity-pool | | ||
User:sa-12345 | service-account | | ||
User:u-11aaa | | [email protected] | ||
User:u-11aaa | 11 Aaa | [email protected] |