-
Notifications
You must be signed in to change notification settings - Fork 10
Update docs for ClientIntents v2 #268
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
orishoshan
reviewed
Jan 2, 2025
orishoshan
reviewed
Jan 2, 2025
orishoshan
reviewed
Jan 12, 2025
docs/features/network-mapping-network-policies/reference/README.mdx
Outdated
Show resolved
Hide resolved
orishoshan
reviewed
Jan 12, 2025
docs/features/network-mapping-network-policies/tutorials/protect-1-service-network-policies.mdx
Outdated
Show resolved
Hide resolved
orishoshan
reviewed
Jan 12, 2025
…ct-1-service-network-policies.mdx Co-authored-by: Ori Shoshan <[email protected]>
…E.mdx Co-authored-by: Ori Shoshan <[email protected]>
…o omris/inetnts-v2
orishoshan
reviewed
Jan 12, 2025
orishoshan
approved these changes
Jan 12, 2025
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We have revamped the format for ClientIntents to make them easier to understand and make it possible to generate more restrictive policies by default.
The two primary changes is that the word
serviceis no longer used, except to mean a Kubernetes Service; before, it could mean an Otterize Service or a Kubernetes Service, which was confusing. Instead, we now useworkload.callshave also been renamedtargets, and many smaller changes to the structure to improveWhat happens to your existing ClientIntents? Don’t worry, the change is backwards compatible, and nothing changes unless you explicitly upgrade. If you’re a customer, we’ll reach out to explain and plan together. If you’re using the open source, upgrading to the next major version of the
otterize-kubernetesHelm chart,vX.X.Xwill make ClientIntents v2 the default. You can still continue applying ClientIntents with apiVersionv1alpha3, and they will be converted by the Intents Operator tov2beta1.References
otterize/intents-operator#552
otterize/credentials-operator#179
otterize/network-mapper#267
otterize/helm-charts#278
Testing
Checklist