-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
update istio envoy tutorial to use AuthorizationPolicy #6426
update istio envoy tutorial to use AuthorizationPolicy #6426
Conversation
✅ Deploy Preview for openpolicyagent ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
LGTM (as an Istio maintainer)
Thanks1
809364e
to
0226448
Compare
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.
LGTM. Thanks!
0226448
to
cbf8013
Compare
docs/content/envoy-tutorial-istio.md
Outdated
See Istio's [Quick Start](https://istio.io/docs/setup/kubernetes/install/kubernetes/) page to get started. | ||
|
||
If you are using an earlier version of Istio (1.9+), you will have to customize the `AuthorizationPolicy` in the to use the |
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: in the ...
?
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.
I guess we're referring to the quick_start.yaml
file here.
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.
Fixed!
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.
LGTM. I guess we need to get open-policy-agent/opa-envoy-plugin#492 first?
Signed-off-by: tjons <[email protected]>
cbf8013
to
f33aa68
Compare
Yes, the opa envoy plugin one should go first. Fixed the error you caught and squashed. |
Why the changes in this PR are needed?
open-policy-agent/opa-envoy-plugin#492 changes the
quick_start.yaml
file to use the IstioAuthorizationPolicy
API instead of theEnvoyFilter
API, per suggestion from @howardjohn (#5911).What are the changes in this PR?
Update the tutorial content for the Istio OPA integration to explain the changes made in open-policy-agent/opa-envoy-plugin#492.