-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Fedora 5 RC #966
Comments
Initial test:
Am I missing something obvious about 5.0.0 the password? |
Can you try: |
@awoods, @whikloj is troubleshooting this now on #islandora IRC. But WRT your suggestion, here's the tomcat-users.xml file: <?xml version='1.0' encoding='utf-8'?>
<tomcat-users xmlns="http://tomcat.apache.org/xml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
version="1.0">
<user username="islandora" password="islandora" roles="manager-gui"/>
</tomcat-users> Neither |
Also |
So first things first, @mjordan with Fedora 5 WebAC is enabled by default and now uses Shiro. It is looking for a First I discovered #979 and so to do step 2 I had to go into the My initial test
Long story short, I don't think the Syn Tomcat Valve and the Fedora WebAC servlet filter are working together correctly. sidenote: We haven't be enabling the Syn value in ansible at all Islandora-Devops/islandora-playbook#83 |
@whikloj your curl query used |
|
@whikloj it sounds like this has to do with the order in which the servlet filters are applied. If the shiro filter is applied before the SYN filter, there'd be no |
@acoburn Syn is a Tomcat Valve, so I'm not sure if I can control the ordering as this authentication mechanism is set across the entire JVM. Might be time to dust off the Syn servlet filter (Islandora/Syn#11) |
Oh, my mistake, I didn't realize that PR was never merged. 👍 to moving to a regular Servlet filter. |
After completely rebuilding my CLAW vagrant with the Syn version bump, replacing |
@whikloj at least it didn't blow up real good like it did when you tried 😄 |
Yeah, that is a little weird to me. |
Okay, so much to report.
I reverted to the Valve and added My recommendation is to revert my SynFilter PR for now and add one of |
Given that our installer now provisions with fcrepo 5 by default and we've sorted out all of our authentication issues, I think we're good to close this one. Big thanks to @whikloj! |
Indeed, @whikloj ++ |
Built a new vagrant from the master branch, and AFAICT everything works as intended. I was able to ingest a 'islandora_object' node, and attach an image media entity. Islandora Whole Object shows the following (all 👍 ): For kicks, I thought I'd test fixity on the media image. Issuing the following:
returns a |
And also successfully ran a migration from CSV using https://github.com/dannylamb/migrate_islandora_csv. |
Slap the newest RC for Fedora onto a claw-playbook instance and put it through its paces. Put your results in the release testing results page on the fcrepo wiki.
The text was updated successfully, but these errors were encountered: