You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: