mirror of
https://github.com/openshift/openshift-mcp-server.git
synced 2025-10-17 14:27:48 +03:00
Upstream<carry>: Add OCP specific configurations
This commit is contained in:
17
mcp_config.toml
Normal file
17
mcp_config.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
log_level = 3
|
||||
port = "8080"
|
||||
read_only = false
|
||||
disable_destructive = false
|
||||
|
||||
denied_resources = [
|
||||
{group = "", version = "v1", kind = "ServiceAccount"},
|
||||
{group = "", version = "v1", kind = "Secret"},
|
||||
{group = "rbac.authorization.k8s.io", version = "v1"}
|
||||
]
|
||||
|
||||
disabled_tools = [
|
||||
"configuration_view",
|
||||
"helm_install",
|
||||
"helm_list",
|
||||
"helm_uninstall",
|
||||
]
|
||||
Reference in New Issue
Block a user