Skip to content
New issue

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

KeyManager service URL should be the k8s service name instead of localhost #543

Open
renuka-fernando opened this issue Apr 15, 2022 · 1 comment

Comments

@renuka-fernando
Copy link

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).

    #[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:

@renuka-fernando
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant