Skip to content

Commit

Permalink
Update agent test helm chart for internal key iss
Browse files Browse the repository at this point in the history
  • Loading branch information
sgayangi committed Mar 28, 2024
1 parent 2d1e35a commit 8f16cb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data:
password = "{{ .Values.controlPlane.password }}"
environmentLabels = ["{{ .Values.controlPlane.environmentLabels }}"]
skipSSLVerification = {{ .Values.controlPlane.skipSSLVerification }}
internalKeyIssuer = {{ .Values.controlPlane.internalKeyIssuer | default "http://am.wso2.com:443/token" }}
[controlPlane.brokerConnectionParameters]
eventListeningEndpoints = ["{{ .Values.controlPlane.eventListeningEndpoints }}"]
Expand Down
3 changes: 2 additions & 1 deletion test/apim-apk-agent-test/agent-helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ controlPlane:
environmentLabels: Default
skipSSLVerification: true
eventListeningEndpoints: amqp://admin:admin@apim-wso2am-cp-1-service.apk.svc.cluster.local:5672?retries='10'&connectdelay='30'
# internalKeyIssuer: http://am.wso2.com:443/token
dataPlane:
enabled: true
k8ResourceEndpoint: https://apk-wso2-apk-config-ds-service.apk.svc.cluster.local:9443/api/configurator/apis/generate-k8s-resources
namespace: apk
metrics:
enabled: false
agent:
mode: CPtoDP
mode: CPtoDP
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ iat_validity_period = "1h"
oauth2_jwks_url = "https://apim-wso2am-cp-1-service:9443/oauth2/jwks"

#[apim.publisher]
#internal_key_issuer = "http://am.wso2.com:443/token"
#{{- if .Values.wso2.apim.configurations.publisher.supportedDocumentTypes }}
#supported_document_types = {{ toJson .Values.wso2.apim.configurations.publisher.supportedDocumentTypes }}
#{{- end }}
Expand Down

0 comments on commit 8f16cb7

Please sign in to comment.