Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow using https in acceptance tests #2406
Comments
mteodori
self-assigned this
Jan 24, 2019
added a commit
to Activiti/activiti-cloud-acceptance-scenarios
that referenced
this issue
Jan 24, 2019
salaboy
modified the milestones:
1.1,
GA
Jan 24, 2019
added a commit
to Activiti/activiti-cloud-acceptance-scenarios
that referenced
this issue
Jan 24, 2019
added a commit
to Activiti/activiti-cloud-acceptance-scenarios
that referenced
this issue
Jan 24, 2019
bot
added a commit
to Activiti/activiti-cloud-acceptance-scenarios
that referenced
this issue
Jan 25, 2019
mteodori
closed this
Jan 26, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mteodori commentedJan 24, 2019
The acceptance tests currently use the following variables:
and hardcode the protocol scheme to http
In order to support https add SSO_PROTOCOL and GATEWAY_PROTOCOL with default to http and SSO_URL and GATEWAY_URL to just specify the URL in one go
SSO_URL should also include /auth in the SSO_URL as that is where keycloak is mounted