codygreen / lab-framework-demo

1 stars 5 forks source link

fix: flow down missing tlsComponent vars to APICheck, remove http fro… #178

Closed aknot242 closed 2 months ago

aknot242 commented 2 months ago

flow down missing tlsComponent vars to APICheck remove http from component url. Store only hostname in redis component record, as it isn't possible to assume an http or https URL from the docker container.

Closes #176

Addresses incomplete TLS implementation from #123