We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description: Need $subjuect when configuring Choreo Connect as the gateway with APIM as the control plane.
In deployment toml file of Single Node and Pattern1, service_url of [apim.key_manager] is commented (using default).
Single Node
Pattern1
service_url
[apim.key_manager]
#[apim.key_manager] #service_url = "https://localhost:${mgt.transport.https.port}/services/"
Should be templated, for example in single node
[apim.key_manager] service_url = "https://{{ template "am-single-node.resource.prefix" . }}-am-service.{{ .Release.Namespace }}:${mgt.transport.https.port}/services/"
Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered:
As a resolution in Choreo Connect QSG, update the whole deployment toml from a file kept in https://github.com/wso2/kubernetes-microgateway/blob/22167143aaab685a1a9efdd89d8d5782244068ea/resources/controlplane-deployment.toml
Sorry, something went wrong.
No branches or pull requests
Description:
Need $subjuect when configuring Choreo Connect as the gateway with APIM as the control plane.
In deployment toml file of
Single Node
andPattern1
,service_url
of[apim.key_manager]
is commented (using default).Should be templated, for example in single node
Suggested Labels:
Suggested Assignees:
Affected Product Version:
OS, DB, other environment details and versions:
Steps to reproduce:
Related Issues:
The text was updated successfully, but these errors were encountered: