You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Time/Place

This meeting is a hybrid teleconference and slack chat. Anyone is welcome to join...here's the info:

Attendees

  1. Danny Bernstein
  2. Peter Eichman
  3. Bethany Seeger(star)
  4. Jared Whiklo
  5. David Wilcox
  6. James Silas Creel
  7. Andrew Woods
  8. Kevin Ford
  9. Aaron Birkland

Agenda

  1. Accessing Modeshape layer WebACFilter :  

    1. Unable to locate Jira server for this macro. It may be due to Application Link configuration.
  2.  Fedora 5.0.0 Preparation Tasks

    1. Work completed in the last week

      1. CTS - 2 tests written
      2. Review State of the API Alignment Effort
        1. Outstanding PRs
        2. Review the Jira List
        3. Documentation
    2. In Review: 
      1. Unable to locate Jira server for this macro. It may be due to Application Link configuration.
    3. Status of key Jiras:  
    4.  Ideas for this week

      1. Low hanging fruit (once 2742 is merged)
        1. Unable to locate Jira server for this macro. It may be due to Application Link configuration.
        2. Unable to locate Jira server for this macro. It may be due to Application Link configuration.
        3. Do a code review 
        4. Join the CTS Challenge:  Write two tests before the next meeting:
          1. Look at how easy it is to add tests: https://github.com/fcrepo/Fedora-API-Test-Suite/commit/18a58618a856c6796fed69765d796985048f345b
      2. A little higher in the tree:
        1. Unable to locate Jira server for this macro. It may be due to Application Link configuration.
        2. Unable to locate Jira server for this macro. It may be due to Application Link configuration.
  3. September Sprint Planning 

Ticket Summaries

  1. Please squash a bug!

    key summary type created updated due assignee reporter priority status resolution

    Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  2. Tickets resolved this week:

    key summary type created updated due assignee reporter priority status resolution

    Unable to locate Jira server for this macro. It may be due to Application Link configuration.

  3. Tickets created this week:

    key summary type created updated due assignee reporter priority status resolution

    Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Minutes

  1.  Brief discussion about Amherst College's acrepo apache camel services: https://gitlab.amherst.edu/acdc/repository-extension-services
    1. perhaps more conversation about what these are at a later meeting. 
  2. Accessing Modeshape layer WebACFilter:  issue
    1. adding Acl:append checking - there are some difference in how Acl:append works in POST: for example you can post to a RDF source but not a non-RDF source.   In looking up the nodes in modeshape, via spring configuration, things are not actually getting injected into the webac filter.  Peter may have been using the wrong configuration file to do this with. 
    2. webac code is in the WebACFilter - but perhaps some of the checks belong in the FedoraLdp class, so that access to node data is readily available.  Concern with doing that is that authorization would be split between to two places and do we want authorization that close to the HTTP API core? 
    3. webac is like a shield around the HTTP interface.  Maybe a way to make a call that's unfiltered?  We need to be able to distinguish requests that need to be filtered and ones that do not (internal requests), to ensure they are not going through the authorization chain again.   One solution could be internal admin credentials?
    4. Current approach is to pull in modeshape (fedora repo impl) to resolve question of what type of RDF resource it is.   That resource is not currently being injected into the webac.  Possible not configuring the correct spring file. 
    5. What about cases where authorization is not just happening out front - ie. cases like recursive delete.   That's an area where authorization checks might need to happen outside/after of the WebACFilter.
      1. Jira ticket for looking at WebAC and recursive deletes where authorization might be different for child nodes. 
      2. one possibility is that a recursive delete will delete what user is authorized to delete – or reject the request outright. 
    6. Andrew pointed out that moving the WebACFilter stuff into the HTTP layer is more out of necessity rather than architectural design – 
      1. more sound/maintainable approach by having the filter do it all, but barrier is getting the injection of fedora objects to work correctly
      2. generating more HTTP traffic when we're already inside the server isn't ideal
    7. Jared brought up the wizardOfOz approach (hidden user) - an internally credentialed (hidden) user whose requests are always just accepted by server. Perhaps tie it to the servers IP, so they are only locally generated requests. 
    8. Short term plan - move some WebACFilter stuff closer to the HTTP layer.  Danny will look at this some.  Fresh eyes on this welcome. 
  3.  Fedora 5.0.0 Preparation Tasks
    1. CTS – all the tests are stubbed out now.  
    2. Documentation changes have slowed down.  Still work to do there. 
    3. Outstanding PR's awaiting review from folks - just one current one: https://github.com/fcrepo4/fcrepo4/pull/1386
      1. some JIRA tickets just need to be closed (the PR's were merged already)
    4. JIRA tickets: 
      1. Bethany will look at   Unable to locate Jira server for this macro. It may be due to Application Link configuration.   and wrap it up this week. 
      2. There are just 10 issues left for the 5.0 API alignment. 
      3. Looked at  Unable to locate Jira server for this macro. It may be due to Application Link configuration.
        1. Does it still apply?  How do we want to approach this?  This was based on a use case where some resources ought to be public and not require authorization.  Aaron B. thinks it's still pertinent.  This was to see if the refactor for Shiro changes this behavior.  This question is still open.    
        2. There is code in the WebACFilter that supports authorizing unauthenticated requests.   The bigger question is how to send unauthenticated requests - right now that's being handled by something external to the web app – ie front end talking to shib or the handled by the servlet container.   It's either everything is authenticated or nothing is.   Having Shiro might open up options in the future, for authentication, with the ability to configure Shiro authentication realms  (a potential long term solution). 
        3. Fedora will do the right thing when an unauthenticated user makes a request - acl is still checked.
          1.  Aaron B.  will re-scope it to documentation: documenting where the repository stands on working with this feature. 
        4. How are folks tying into things like shibboleth - Aaron's group is using a proxy-ized path. 
  4. LTS update:  the policy has been voted in by Fedora Leadership and is now in effect.
  • Danny to explore inserting a macro into documentation for Fedora version.
  • Send email to community seeing who is interested in reviving OAI
  • Aaron B. will re-scope to be a documentation issue:  Unable to locate Jira server for this macro. It may be due to Application Link configuration.  
  • Bethany will look at this ticket and wrap it up this week:   Unable to locate Jira server for this macro. It may be due to Application Link configuration.

Notes

  • No labels