-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Static host users - Add gRPC service #45292
Conversation
Authorizer authz.Authorizer | ||
// Backend is the backend used to store static host users. | ||
Backend services.StaticHostUser | ||
// TODO(atburke): add cache |
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.
Let's also add a TODO in the places that are currently consuming from the backend that should be migrated to use the cache.
}) | ||
return err | ||
}, | ||
allowVerbs: []string{types.VerbCreate, types.VerbUpdate}, |
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.
nit: do we want to have a upsert test with only one of these verb?
This change adds the gRPC service for static host users.
ddfd4f3
to
0ce9b3c
Compare
This change adds the gRPC service for static host users.
This change adds the gRPC service for static host users (RFD 175).
Part of #42712.