cyberark / conjur-service-broker

Implementation of the Open Service Broker API for Conjur

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhelpful 401 error thrown when CONJUR_APPLIANCE_URL ends with /

whip113 opened this issue · comments

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

When configuring the Tile, if the CONJUR_APPLIANCE_URL value is entered with an extraneous / at the end, the configuration fails with an unhelpful 401:Unauthorized message. The tile should sanitize this value in this case to avoid this poor UX.

Describe the solution you would like

Upon configuration, Tile should sanitize/validate values to ensure they are entered as expected

Describe alternatives you have considered

The docs could handle this as well, but user expectation is that some sanity checks are performed on inserted values.

fixed in new version