<div dir="ltr">Yes, I was aware. It's on my long to do list to try the TIER Shibboleth IdP image. At the time we were setting up our IdP I think the TIER images were still wrapped up bulky VM images and it wasn't what we were looking for but I understand that this is not the case anymore.<div><br></div><div>I can't recall if I've already taken a brief look at the TIER Shibboleth IdP image and determined that it was more difficult to implement the Kubernetes deployment we are doing. We use a alpine based git initContainer to do a single branch clone from our git repo for the Shib configuration and that gets mounted into various locations in the IdP image (metadata, messages, conf, etc). This makes for nicely versioned configuration and easy to rollback quickly to a previous configuration if something breaks. When I get around to it and if I run into problems I'll probably jump over the the Internet2 slack channels to discuss.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Apr 17, 2019 at 9:18 AM Paul Caskey <<a href="mailto:pcaskey@internet2.edu">pcaskey@internet2.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div lang="EN-US">
<div class="gmail-m_-8634350326523052925WordSection1">
<p class="MsoNormal">Hi Darren-<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">InCommon also maintains containers for Shibboleth IdP, SP (both Windows and Linux) and Grouper and COmanage.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">See here for more info: <a href="https://spaces.at.internet2.edu/display/ITAP/InCommon+Trusted+Access+Platform+Release" target="_blank">
https://spaces.at.internet2.edu/display/ITAP/InCommon+Trusted+Access+Platform+Release</a><u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">TTYL<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<div style="border-top:none;border-right:none;border-bottom:none;border-left:1.5pt solid blue;padding:0in 0in 0in 4pt">
<div>
<div style="border-right:none;border-bottom:none;border-left:none;border-top:1pt solid rgb(225,225,225);padding:3pt 0in 0in">
<p class="MsoNormal"><b>From:</b> users <<a href="mailto:users-bounces@shibboleth.net" target="_blank">users-bounces@shibboleth.net</a>> <b>On Behalf Of
</b>Darren Boss<br>
<b>Sent:</b> Wednesday, April 17, 2019 8:14 AM<br>
<b>To:</b> Shib Users <<a href="mailto:users@shibboleth.net" target="_blank">users@shibboleth.net</a>><br>
<b>Subject:</b> Re: SLO Problems<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">I was starting to feel bad about hijacking this thread but turns out we really were working on the same issue! I'm still having issue even when removing the jetty-rewrite.xml completely but now I'm closer to a working configuration. I see
a status 502 for PropagateLogout (PropagateLogout?SessionKey=N) url when I use the developer console in chrome. In Firefox the logout now gets to the point where the red x is now displayed beside each SP and in both browsers I no longer see the error messages
I reported before. I also confirmed in the dev console that the csp and frameoptions http headers are no longer there.<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I wasn't sure that there were many using the Unicon image but I noticed that it was still getting quickly updated when a new release of the IdP came out and they recently started using multi-stage builds so it's still being supported and
even if it wasn't it's pretty simple to tweak the Dockerfile to target new versions of Jetty, Shib IdP or Java and rebuild.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">On Tue, Apr 16, 2019 at 7:41 PM Bob Allison <<a href="mailto:shib@allisonr.us" target="_blank">shib@allisonr.us</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="border-top:none;border-right:none;border-bottom:none;border-left:1pt solid rgb(204,204,204);padding:0in 0in 0in 6pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal">I am also using that image. I confirmed that removing jetty-rewrite.xml completely solved my problems. Only removing the last addRule was not enough for me. I guess the question is if there is any reason to have the file at all if both
rules have been removed.<u></u><u></u></p>
<div>
<p class="MsoNormal"><br>
<br>
<u></u><u></u></p>
<blockquote style="margin-top:5pt;margin-bottom:5pt">
<div>
<p class="MsoNormal">On Apr 16, 2019, at 13:07, Darren Boss <<a href="mailto:darren.boss@computecanada.ca" target="_blank">darren.boss@computecanada.ca</a>> wrote:<u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">So I think I tracked it down to Jetty configuration. I'm using the Unicon shibboleth-idp-dockerized image although I rebuild it and I do make some minor tweaks as a layer on top of their image.<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal"><a href="https://github.com/Unicon/shibboleth-idp-dockerized/blob/master/opt/shib-jetty-base/etc/jetty-rewrite.xml" target="_blank">https://github.com/Unicon/shibboleth-idp-dockerized/blob/master/opt/shib-jetty-base/etc/jetty-rewrite.xml</a><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I think that's the culprit and that last addRule can be removed. If it works I'll create a PR to their project.<u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal">On Tue, Apr 16, 2019 at 11:19 AM Cantor, Scott <<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="border-top:none;border-right:none;border-bottom:none;border-left:1pt solid rgb(204,204,204);padding:0in 0in 0in 6pt;margin-left:4.8pt;margin-right:0in">
<p class="MsoNormal">On 4/16/19, 9:43 AM, "users on behalf of Darren Boss" <<a href="mailto:users-bounces@shibboleth.net" target="_blank">users-bounces@shibboleth.net</a> on behalf of
<a href="mailto:darren.boss@computecanada.ca" target="_blank">darren.boss@computecanada.ca</a>> wrote:<br>
<br>
> It does look like my problem might be related to running under Kubernetes, specifically that http headers are being set<br>
> by the nginx proxy.<br>
<br>
That doesn't inherently mean the headers are in fact correctly usable out of the box, there still might be a mistake in our understanding.<br>
<br>
You should NOT need to alter the headers to make logout work, and I have never had to do so in any testing scenarios I've attempted. So either my testing is artificial and doesn't match a real world issue in some way, or people are mistaken somewhere about
what Chrome is really saying.<br>
<br>
-- Scott<br>
<br>
<br>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" target="_blank">
https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">
users-unsubscribe@shibboleth.net</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal">-- <u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<p style="margin-bottom:0.0001pt"><b><span style="font-size:10pt;font-family:Arial,sans-serif;color:red">Darren Boss</span></b><u></u><u></u></p>
<p class="MsoNormal"><i><span style="font-size:10pt">Senior Programmer/Analyst<br>
Programmeur-analyste principal<br>
<a href="mailto:darren.boss@computecanada.ca" target="_blank"><span style="color:rgb(17,85,204)">darren.boss@computecanada.ca</span></a><br>
(o) 416.228.1234 x </span></i><span style="font-size:10pt">230</span><u></u><u></u></p>
</div>
<p class="MsoNormal"><i><span style="font-size:10pt">(c) 919.525.0083</span></i><u></u><u></u></p>
</div>
</div>
</div>
</div>
<p class="MsoNormal">-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" target="_blank">
https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">
users-unsubscribe@shibboleth.net</a><u></u><u></u></p>
</div>
</blockquote>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<p class="MsoNormal">-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" target="_blank">
https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">
users-unsubscribe@shibboleth.net</a><u></u><u></u></p>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal">-- <u></u><u></u></p>
<div>
<div>
<div>
<div>
<div>
<p style="margin-bottom:0.0001pt"><b><span style="font-size:10pt;font-family:Arial,sans-serif;color:red">Darren Boss</span></b><u></u><u></u></p>
<p class="MsoNormal"><i><span style="font-size:10pt">Senior Programmer/Analyst<br>
Programmeur-analyste principal<br>
<a href="mailto:darren.boss@computecanada.ca" target="_blank"><span style="color:rgb(17,85,204)">darren.boss@computecanada.ca</span></a><br>
(o) 416.228.1234 x </span></i><span style="font-size:10pt;color:black">230</span><u></u><u></u></p>
</div>
<p class="MsoNormal"><i><span style="font-size:10pt;color:black">(c) 919.525.0083</span></i><u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
-- <br>
For Consortium Member technical support, see <a href="https://wiki.shibboleth.net/confluence/x/coFAAg" rel="noreferrer" target="_blank">https://wiki.shibboleth.net/confluence/x/coFAAg</a><br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net" target="_blank">users-unsubscribe@shibboleth.net</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><p style="margin-bottom:0in;line-height:13px"><font color="#ff0000"><font face="arial, sans-serif"><font style="font-size:10pt"><b>Darren Boss</b></font></font></font></p><font style="font-size:10pt"><i>Senior Programmer/Analyst</i></font><font style="font-size:10pt"><i><br>Programmeur-analyste principal</i></font><font style="font-size:10pt"><i><br><a href="mailto:darren.boss@computecanada.ca" style="color:rgb(17,85,204)" target="_blank">darren.boss@computecanada.ca</a></i></font><font style="font-size:10pt"><i><br>(o) 416.228.1234 x </i></font><font color="#000000"><font style="font-size:10pt">230<br></font></font></div><font color="#000000"><font style="font-size:10pt"><i>(c) 919.525.0083</i></font></font></div></div></div></div>