You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
introduce admin_api_ro flag to restrict operations to only r/o
In operator-based deployments, kbs-client (and in general the admin API)
should not be allowed to try and modify the resources, for two reasons:
1. trustee runs in a container so the fs is r/o
2. management of such resources is by design delegated to kubernetes
configmaps
Therefore add admin_api_ro flags defaulting to false under the [admin]
section of kbs-config.toml.
Signed-off-by: Emanuele Giuseppe Esposito <[email protected]>
0 commit comments