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
Was trying to set up Delinea Secret Server with ExternalSecrets and was getting an error message Error while checking server details: invalid URL.
It turned out that we where not allowing anonymous access to healthcheck.aspx. Found it in the docs that that this should be allowed when using Integrated Windows Authentication.
To the actual request :-)
Consider checking the response code in checkJSONResponse and log an message. Would probably be helpful for others.
Has the feature been requested before?
No
If the feature request is approved, would you be willing to submit a PR?
[] Yes [x] No
The text was updated successfully, but these errors were encountered:
Feature / Enhancement proposed
Was trying to set up Delinea Secret Server with ExternalSecrets and was getting an error message
Error while checking server details: invalid URL
.It turned out that we where not allowing anonymous access to
healthcheck.aspx
. Found it in the docs that that this should be allowed when using Integrated Windows Authentication.To the actual request :-)
Consider checking the response code in checkJSONResponse and log an message. Would probably be helpful for others.
Has the feature been requested before?
No
If the feature request is approved, would you be willing to submit a PR?
[] Yes [x] No
The text was updated successfully, but these errors were encountered: