-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #262 from fisuda/feature/permission_flags
Add flags for Keyrock permission
- Loading branch information
Showing
9 changed files
with
359 additions
and
65 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
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
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 |
---|---|---|
|
@@ -46,7 +46,6 @@ ngsi users list --pretty | |
{ | ||
"users": [ | ||
{ | ||
"scope": [], | ||
"id": "31ea0ac1-595f-479e-9854-f911a26a3d51", | ||
"username": "alice", | ||
"email": "[email protected]", | ||
|
@@ -57,7 +56,6 @@ ngsi users list --pretty | |
"website": null | ||
}, | ||
{ | ||
"scope": [], | ||
"id": "admin", | ||
"username": "admin", | ||
"email": "[email protected]", | ||
|
@@ -101,7 +99,6 @@ ngsi users get --uid 31ea0ac1-595f-479e-9854-f911a26a3d51 --pretty | |
```console | ||
{ | ||
"user": { | ||
"scope": [], | ||
"id": "31ea0ac1-595f-479e-9854-f911a26a3d51", | ||
"username": "alice", | ||
"email": "[email protected]", | ||
|
@@ -111,7 +108,8 @@ ngsi users get --uid 31ea0ac1-595f-479e-9854-f911a26a3d51 --pretty | |
"gravatar": false, | ||
"date_password": "2021-02-20T20:42:23.000Z", | ||
"description": null, | ||
"website": null | ||
"website": null, | ||
"extra": null | ||
} | ||
} | ||
``` | ||
|
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
Oops, something went wrong.