-
-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow extending keys through keygen (#268)
This adds a way to extend keys through a normal `keygen` method. Users will need to provide a key which has `extend` permissions in the request along with the desired access permissions. Note that the permissions will be a reflection of the key itself (e.g: if a key has `re` permissions and `keygen` request contains `wr`, the resulting key will only have `r` permission).
- Loading branch information
Roman Atachiants
authored
Sep 25, 2019
1 parent
d3b208d
commit 7c6b3ed
Showing
18 changed files
with
922 additions
and
547 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.