cyberark / conjur-puppet

Official Puppet module for CyberArk Conjur
https://forge.puppet.com/cyberark/conjur
Apache License 2.0
6 stars 3 forks source link

Use consistent Conjur hostname/port in smoketests #165

Closed diverdane closed 4 years ago

diverdane commented 4 years ago

Is your feature request related to a problem? Please describe.

In the current Conjur Puppet smoketests, the hostname conjur-https is used as a hostname for accessing Conjur. However, which IP/interface that conjur-https refers to is inconsistent, leading to a lot of confusion as to which ports (docker container vs. host ports) are being used in different test cases:

Note that both of these cases use the same HTTPS certificates, so they need to use the same SANS hostname. Currently, the SANS hostname is conjur-https, but it would be cleaner and clearer to use a name that is distinct from the docker compose service.

Describe the solution you would like

Describe alternatives you have considered

Additional context