-
Notifications
You must be signed in to change notification settings - Fork 334
SQSERVICES-1083 Separate Access Control For Guests And Services #2035
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
fisx
merged 20 commits into
develop
from
SQSERVICES-1083-separate-access-control-for-guests-and-services
Jan 25, 2022
Merged
Changes from 8 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
46eecd4
added access role v2
battermann 3b586f4
impl parseAccessRoles
battermann d568a10
correct column name
battermann 0603d1e
integration tests brig pass
battermann d854c6f
added comment
battermann a74f4d6
Update services/galley/src/Galley/Data/Conversation.hs
92619cc
clean up
battermann ff5ca7d
clean up, refactoring, renaming
battermann dfff900
test lower bounds
battermann e19c360
added docs
battermann fd088b1
fix issues and pr comments
battermann 740fcf6
fix pr issues
battermann 759906c
correct access roles schema
battermann c3ee505
docs for access role v2
battermann 7335810
changelog
battermann eab1613
identify guests and service users correctly
battermann 80c5556
renaming
battermann 0a0fca2
fix golden tests
battermann 7cbfd50
moved mapping docs to old access role
battermann dc0b834
Merge branch 'develop' into SQSERVICES-1083-separate-access-control-f…
fisx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't this mean that both fields are required? I would use "optional" here and leave a description that explains that the server promises to always deliver both?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is defined in the
accessRolesSchema. When we deserialize, at least one of them has to be set, and when we serialize, we return both.