-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat(auth): Add group support #235 Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Update database migration values Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Update json-schema Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Update default auth handler Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Add new column in SQL query to retrieve a task template Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Return an empty array when the user has not group Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Update groups-auth format + documentation Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Add additional resolver groups to a task and a subtask Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Add resolver groups support to list tasks Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Add watcher_groups feature Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Update subtask README + json schema Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Update database migration values Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Update CFG_GROUPS_AUTH in docker-compose Signed-off-by: Simon Delberghe <open-source@orandin.fr> * Update 007_user_groups.sql Signed-off-by: Simon Delberghe <open-source@orandin.fr> * fix(subtask): inject requester's groups into stepContext Signed-off-by: Simon Delberghe <open-source@orandin.fr> * fix: typo Signed-off-by: Simon Delberghe <open-source@orandin.fr> * fix: remove jsonb_path_ops and use the right context Signed-off-by: Simon Delberghe <open-source@orandin.fr> * fix(): linters Co-authored-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
- Loading branch information
Showing
31 changed files
with
379 additions
and
69 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
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
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
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
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.