-
Notifications
You must be signed in to change notification settings - Fork 573
add missing docs for mixerclient filter config #353
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
Conversation
cc @qiwzhang |
mixer/v1/config/client/quota.proto
Outdated
@@ -123,6 +123,7 @@ message QuotaSpecBinding { | |||
// REQUIRED. One or more services to map the listed QuotaSpec onto. | |||
repeated IstioService services = 1; | |||
|
|||
// QuotaSpecReference defines a reference to a QuotaSpec. |
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.
Can we make this less of a regurgitation?
Maybe something like:
QuotaSpecReference uniquely identifies the QuotaSpec used in the Binding
?
mixer/v1/config/client/auth.proto
Outdated
@@ -148,6 +149,8 @@ message EndUserAuthenticationPolicySpec { | |||
repeated JWT jwts = 2; | |||
} | |||
|
|||
// EndUserAuthenticationPolicySpecReference defines a reference to an | |||
// an EndUserAuthenticationPolicySpec. |
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.
Can we make this more useful ?
...Ref uniquely identifies a policy being bound to a set of services.
?
fixes #350