Skip to content

Commit

Permalink
update: explicity add auth config in DSCI
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw committed Nov 12, 2024
1 parent e25487a commit 67676b0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ spec:
managementState: Managed
namespace: opendatahub
serviceMesh:
auth:
audiences:
- 'https://kubernetes.default.svc'
controlPlane:
metricsCollection: Istio
name: data-science-smcp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ metadata:
"namespace": "opendatahub"
},
"serviceMesh": {
"auth": {
"audiences": [
"https://kubernetes.default.svc"
]
},
"controlPlane": {
"metricsCollection": "Istio",
"name": "data-science-smcp",
Expand Down
3 changes: 3 additions & 0 deletions config/samples/dscinitialization_v1_dscinitialization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ spec:
namespace: 'opendatahub'
applicationsNamespace: 'opendatahub'
serviceMesh:
auth:
audiences:
- 'https://kubernetes.default.svc'
controlPlane:
metricsCollection: Istio
name: data-science-smcp
Expand Down

0 comments on commit 67676b0

Please sign in to comment.