Getting an error when installing VS Catalog on Linux.
An Identity and Access Manager (IAM) is required for Virtual Service
Catalog. To connect to an existing IAM, enter the URL for an existing IAM
service.
[ERROR: Unresolved installer variable "iamServer"]
Defect with VS Catalog install.
Release : 10.3, 10.4 and 10.5
Component : CA Service Virtualization
Workaround:
Sill type in the URL for IAM as such:
You will have to manually update the VSCAT_HOME/application.yml file with the right URL because it is not getting updated properly on install:
svcatalog:
auth:
host:
url: https:///auth
Replace with
svcatalog:
auth:
host:
url: https://localhost:51111/auth
The VS Catalog will start properly after the applucation.yml is updated with the right url formated.