-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add future work section to address potential auth concerns. #338
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
|
Jenkins job istio.github.io/presubmit passed |
|
|
||
| * Fine-grained authorization and auditing | ||
|
|
||
| * Key and certificate rotation and revocation |
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.
Isn't this already there?
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.
removed
|
|
||
| * Fine-grained authorization and auditing | ||
|
|
||
| * Key and certificate rotation and revocation |
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 this one, since key rotation is already supported, and we may not need revocation with short lived cert
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.
done.
| * None-http traffic (MySql, Redis, etc.) support | ||
|
|
||
| * Auth information propagation from Envoy to the service | ||
| ([issue](https://github.com/lyft/envoy/issues/794)) |
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 this line too. we need a design for that on authority delegation as well
|
|
||
| * Inter-cluster service-to-service authentication | ||
|
|
||
| * End-user to service authentication |
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.
End-user to service authentication using JWT/OAuth2/OpenID_Connect
wenchenglu
left a comment
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
|
Also can you edit the title of this PR to make it more informational? |
|
Jenkins job istio.github.io/presubmit passed |
|
@lookuptable , done |
|
Jenkins job istio.github.io/presubmit passed |
|
Jenkins job istio.github.io/presubmit passed |
|
Jenkins job istio.github.io/presubmit passed |
Add future work section to address potential auth concerns.