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
I ran into some annoyance with RemoteUserJiraAuth.properties
The comment says "Leave blank to allow all hosts." and shows #trustedhosts=
as example. However trustedhosts=
in the properties file wont work, because you only check if trustedhosts is not set, not if it is set to an empty value (at least that seems to be the problem I ran in).
Quickest would be to change the doc to "Don't set to allow all hosts." and remove #trustedhosts=
Thank you very much for this very handy plugin.
The text was updated successfully, but these errors were encountered:
Sam-Hall
added a commit
to Sam-Hall/remoteuserauth
that referenced
this issue
Aug 2, 2019
…mes (avoid removing the domain/realm from the SSO username value). Changed the location of the properties file (breaking change, move properties file to CATALINA_HOME/conf after update). ResolvesAngusWarren#2, resolvesAngusWarren#3 and resolvesAngusWarren#4.
I ran into some annoyance with RemoteUserJiraAuth.properties
The comment says "Leave blank to allow all hosts." and shows
#trustedhosts=
as example. However
trustedhosts=
in the properties file wont work, because you only check if trustedhosts is not set, not if it is set to an empty value (at least that seems to be the problem I ran in).
Quickest would be to change the doc to "Don't set to allow all hosts." and remove
#trustedhosts=
Thank you very much for this very handy plugin.
The text was updated successfully, but these errors were encountered: