1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/pkg
Moritz Johner 1e04177045
fix: fix validation method in kubernetes provider (#2000)
RBAC allows a user to define a wildcard `*` for a given field in the
Resource Rule. Prefix/Suffix matching or globbing is not supported,
just simple wildcards.
For example the cluster-admin role has a `*` on all
apiVersion/resource/verbs and hence validation would fail.

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2023-02-13 09:33:38 +00:00
..
cache feat: make cache generic, refactor feature flags (#1640) 2023-01-19 17:25:47 +01:00
controllers feat: referent auth for gcp (#1887) 2023-01-10 14:40:42 +01:00
feature feat: make cache generic, refactor feature flags (#1640) 2023-01-19 17:25:47 +01:00
find feature: aws getallsecrets (#820) 2022-03-24 17:09:32 +01:00
generator chore: bumps (#1852) 2023-01-03 22:11:59 +01:00
provider fix: fix validation method in kubernetes provider (#2000) 2023-02-13 09:33:38 +00:00
template Templates from string (#1748) 2023-01-03 19:02:43 -03:00
utils chore: bumps (#1852) 2023-01-03 22:11:59 +01:00