Skip to content

Commit bd1750c

Browse files
authored
🐛 Fix oauth to work with external access networkpolicy (#409)
The external access network policy allows 8080 and 8443. So using 8443 instead of 9443 allows everything to work. Signed-off-by: Jason Montleon <[email protected]>
1 parent 61e4eaf commit bd1750c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/tackle/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ oauth_provider: openshift
152152
oauth_default_openshift_sar: --openshift-sar={"namespace":"{{ app_namespace }}","resource":"services","resourceName":"{{ ui_service_name }}","verb":"get"}
153153
oauth_access_rule: "{{ oauth_default_openshift_sar if oauth_provider == 'openshift' }}"
154154
oauth_image_fqin: "{{ lookup('env', 'RELATED_IMAGE_OAUTH_PROXY') }}"
155-
oauth_ssl_port: 9443
155+
oauth_ssl_port: 8443
156156

157157
admin_name: "admin"
158158

0 commit comments

Comments
 (0)