pki-bot / pki-issues-final

0 stars 0 forks source link

Unable to clone KRA using different ports #1805

Open pki-bot opened 4 years ago

pki-bot commented 4 years ago

This issue was migrated from Pagure Issue #2256. Originally filed by edewata (@edewata) on 2016-03-31 23:47:04:


If KRA is cloned to a replica using the same ports as the master, the installation will work fine. However, if the replica is set up using different ports the installation will fail.

Steps to reproduce:

  1. Install CA1 and KRA1 on master using standard ports (i.e. 8080, 8443).
  2. Install CA2 on replica as a clone of CA1 using non-standard ports (e.g. 18080, 18443).
  3. Install KRA2 on replica as a clone of KRA1 using CA2 as the issuing CA.

Actual result: KRA2 installation fails due to authentication failure on CA2.

Expected result: KRA2 installation should succeed.

Note: this scenario might not be very common, but it will allow cloning development & tests on a single machine.

pki-bot commented 4 years ago

Comment from edewata (@edewata) at 2017-02-27 13:58:25

Metadata Update from @edewata: