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

165 Use Consistent Conjur hostname/port in smoketests #167

Closed diverdane closed 4 years ago

diverdane commented 4 years ago

What does this PR do?

This change clears up some ambiguity in the hostname and port that is used for Conjur access in various Conjur-Puppet smoketests.

In the current Conjur Puppet smoketests, the hostname conjur-https is used as a hostname for accessing Conjur. However, the interface/IP that is associated with this hostname (and which port to use) varies for the different smoketests:

To get this to work, there's a workaround of adding an /etc/hosts entry added to Puppet master container for conjur-https for Windows VM testing, but this is a bit awkward since this /etc/hosts entry needs to be deleted/cleaned up for the current Linux puppet tests.

This ambiguity/confusion is cleared up as follows:

What ticket does this PR close?

Connected to #165

Checklists

Change log

Test coverage

Documentation