You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
Update the installer to correct the regex it adds to the master config
Expected Behavior
The installer adds the correct regex to corsAllowedOrigins in the master config. The origin should be of this form: - (?i)//tutorial-web-app-webapp\\.{{ shard }}\\.{{ cluster }}\\.{{ domain }} \\.{{ tld }}(:|\\z).
Actual Behavior
The installer installs an incorrect regex to corsAllowedOrigins in the master config, or possibly doesn't install one at all. That part wasn't made clear to me.
Environment
Operating system: (E.g RHEL 7.6 )
Red Hat Enterprise Linux Server release 7.6 (Maipo)
Description
Update the installer to correct the regex it adds to the master config
Expected Behavior
The installer adds the correct regex to corsAllowedOrigins in the master config. The origin should be of this form:
- (?i)//tutorial-web-app-webapp\\.{{ shard }}\\.{{ cluster }}\\.{{ domain }} \\.{{ tld }}(:|\\z)
.Actual Behavior
The installer installs an incorrect regex to corsAllowedOrigins in the master config, or possibly doesn't install one at all. That part wasn't made clear to me.
Environment
Operating system: (E.g RHEL 7.6 )
Red Hat Enterprise Linux Server release 7.6 (Maipo)
OpenShift version:
oc v3.11.43
kubernetes v1.11.0+d4cacc0
features: Basic-Auth GSSAPI Kerberos SPNEGO
Server https://internal.api.integreatly-phx.openshift.com:443
openshift v3.11.43
kubernetes v1.11.0+d4cacc0
Ansible version:
ansible 2.7.1
Project Version/Tag: (E.g release-1.0.1)
release-1.3.0
Steps to reproduce
The text was updated successfully, but these errors were encountered: