-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat(authz): [DRAFT] Add temporal attribute to AccessPDP #1568
base: main
Are you sure you want to change the base?
Conversation
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.
nice!
@Leaundrae thoughts on changing contains to between? fun fact -> moment/moment@90efd78 |
I'm good with using between. Its cleaner and |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Warning This pull request does not reference any issues. Please add a reference to an issue in the body of the pull request description. |
service/cmd/keycloak_data.yaml
Outdated
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.
Since no longer using the bootstrap keycloak, can revert these
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.
Remove these logs
service/internal/auth/casbin.go
Outdated
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.
could be useful later but remove for now to reduce footprint
service/internal/server/server.go
Outdated
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.
no longer need these logs can revert
@@ -440,7 +441,12 @@ func makeScopeMap(scope *authorization.ResourceAttribute) map[string]bool { | |||
} | |||
|
|||
func (as *AuthorizationService) GetEntitlements(ctx context.Context, req *authorization.GetEntitlementsRequest) (*authorization.GetEntitlementsResponse, error) { | |||
as.logger.DebugContext(ctx, "getting entitlements") | |||
as.logger.DebugContext(ctx,"Preparing to retrieve entitlements") |
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.
Cleanup these logs
No description provided.