hm1: add GX10 MCP gateway wiring
This commit is contained in:
@@ -37,14 +37,24 @@
|
||||
"containers": [
|
||||
{
|
||||
"env": [
|
||||
{
|
||||
"name": "FlowerCore__Auth__Enabled",
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__Auth__Oidc__Authority",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
{
|
||||
"name": "FlowerCore__Auth__Enabled",
|
||||
"value": "false"
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__Mcp__ApiKey__Key",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "credential",
|
||||
"name": "mysql-mcp-keys",
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FlowerCore__Auth__Oidc__Authority",
|
||||
"valueFrom": {
|
||||
"secretKeyRef": {
|
||||
"key": "issuer_url",
|
||||
"name": "mysql-oidc-client",
|
||||
"optional": true
|
||||
|
||||
Reference in New Issue
Block a user