https://github.com/cilium/cilium
Revision e6fb48a0744b7a58f6edd6ee5541d6af4d6a7e05 authored by Tam Mach on 18 November 2022, 11:53:41 UTC, committed by Jarno Rajahalme on 28 November 2022, 09:55:59 UTC
This commit is to make sure that cilium agent has required secret
permission if gateway api (but not Ingress) is enabled. The original
commit 759f7161a925b4e837338bd5c667c1abd8e59452 added the same logic
for operator, but missed out agent part.

The end-goal is to have ingress and gateway api as independent features,
so that users can just enable only what they need. Without this change,
gateway API will only work if and only if ingressController.enabled is
set and default secret namespace is used (e.g. cilium-secrets).

Relates: 759f7161a925b4e837338bd5c667c1abd8e59452
Signed-off-by: Tam Mach <tam.mach@cilium.io>
1 parent c057af2
History
Tip revision: e6fb48a0744b7a58f6edd6ee5541d6af4d6a7e05 authored by Tam Mach on 18 November 2022, 11:53:41 UTC
helm: Add secret permission for agent
Tip revision: e6fb48a
File Mode Size
.github
.nvim
.travis
.vscode
Documentation
api
bpf
bugtool
cilium
cilium-health
clustermesh-apiserver
contrib
daemon
envoy
examples
hack
hubble-relay
images
install
jenkinsfiles
operator
pkg
plugins
proxylib
test
tools
vendor
.authors.aux -rw-r--r-- 416 bytes
.clomonitor.yml -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 550 bytes
.gitignore -rw-r--r-- 1.7 KB
.golangci.yaml -rw-r--r-- 3.1 KB
.mailmap -rw-r--r-- 5.6 KB
.travis.yml -rw-r--r-- 492 bytes
AUTHORS -rw-r--r-- 32.5 KB
CODEOWNERS -rw-r--r-- 23.1 KB
CODE_OF_CONDUCT.md -rw-r--r-- 2.2 KB
CONTRIBUTING.md -rw-r--r-- 473 bytes
FURTHER_READINGS.rst -rw-r--r-- 6.4 KB
GO_VERSION -rw-r--r-- 7 bytes
LICENSE -rw-r--r-- 11.1 KB
MAINTAINERS.md -rw-r--r-- 4.3 KB
Makefile -rw-r--r-- 30.8 KB
Makefile.defs -rw-r--r-- 7.3 KB
Makefile.docker -rw-r--r-- 6.9 KB
Makefile.quiet -rw-r--r-- 818 bytes
README.rst -rw-r--r-- 17.0 KB
SECURITY.md -rw-r--r-- 629 bytes
USERS.md -rw-r--r-- 24.5 KB
VERSION -rw-r--r-- 8 bytes
Vagrantfile -rw-r--r-- 14.7 KB
go.mod -rw-r--r-- 11.7 KB
go.sum -rw-r--r-- 157.9 KB
netlify.toml -rw-r--r-- 92 bytes
stable.txt -rw-r--r-- 8 bytes
vagrant_box_defaults.rb -rw-r--r-- 394 bytes

README.rst

back to top