Checks
Motivation
Right now the Istio golang package used by Profile Controller is hugely outdated
|
istio.io/api v0.0.0-20220525153140-e3c48c9ac324 |
This is also a blocker for the Ambient discussion, in which the Profile Controller in the future will need to be able to create AuthorizationPolicies that can set targetRefs.
kubeflow/manifests#2676 (comment)
Implementation
We'll need to bump the istio.io/api golang module to a newer version to support targetRefs
https://pkg.go.dev/istio.io/api@v1.24.5
Are you willing & able to help?
Checks
kubeflow/dashboardrepository.Motivation
Right now the Istio golang package used by Profile Controller is hugely outdated
dashboard/components/profile-controller/go.mod
Line 20 in 09225c0
This is also a blocker for the Ambient discussion, in which the Profile Controller in the future will need to be able to create
AuthorizationPoliciesthat can settargetRefs.kubeflow/manifests#2676 (comment)
Implementation
We'll need to bump the
istio.io/apigolang module to a newer version to supporttargetRefshttps://pkg.go.dev/istio.io/api@v1.24.5
Are you willing & able to help?