Please select the area the issue is related to
Area/Management (Management API or Management Portal UI)
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI)
Description
$subject
- deploy an LLM Proxy with API Key auth policy with
deployment_sync_enabled to true.
- docker-compose down gateway and set
deployment_sync_enabled to false and restart gateway
- Remove API Key auth policy and deploy API. There should not be any change reflected in UI side
- docker-compose down gateway and set
deployment_sync_enabled to true and restart gateway
- Now we expect the security tab to display as no auth
However, it still shows as API Key auth is enabled.
Based on the rest API call response, the policy is properly removed from CP side. However, security section has not been updated properly.
"security": {
"apiKey": {
"enabled": true,
"in": "header",
"key": "X-API-Key"
},
"enabled": true
},
Steps to Reproduce
as above
Severity Level of the Issue
Severity/Blocker (Core functionality is broken and consumer is blocked. Need immediate attention)
Environment Details (with versions)
No response
Please select the area the issue is related to
Area/Management (Management API or Management Portal UI)
Please select the aspect the issue is related to
Aspect/API (API backends, definitions, contracts, interfaces, OpenAPI)
Description
$subject
deployment_sync_enabledto true.deployment_sync_enabledto false and restart gatewaydeployment_sync_enabledto true and restart gatewayHowever, it still shows as API Key auth is enabled.
Based on the rest API call response, the policy is properly removed from CP side. However, security section has not been updated properly.
Steps to Reproduce
as above
Severity Level of the Issue
Severity/Blocker (Core functionality is broken and consumer is blocked. Need immediate attention)
Environment Details (with versions)
No response