Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions modules/ossm-vs-istio.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ The upstream Istio community installation automatically injects the sidecar into

{SMProductName} does not automatically inject the sidecar to any pods, but requires you to opt in to injection using an annotation without labeling projects. This method requires fewer privileges and does not conflict with other OpenShift capabilities such as builder pods. To enable automatic injection you specify the `sidecar.istio.io/inject` annotation as described in the Automatic sidecar injection section.

////
Hold for OSSMDOC-547 as to what we support
.Sidecar injection label and annotation settings
[options="header"]
[cols="a, a, a"]
Expand All @@ -41,17 +39,18 @@ Hold for OSSMDOC-547 as to what we support

|Namespace Label
|supports "enabled" and "disabled"
|not supported
|supports "disabled"

|Pod Label
|supports "true" and "false"
|not supported

|Pod Annotation
|supports "false" only
|"true" and "false"
|supports "true" and "false"
|===
////


[id="ossm-rbac_{context}"]
== Istio Role Based Access Control features

Expand Down