•  
      request #30024 DynamicCredentials prevent svn caching mecanism to work
    Infos
    #30024
    Manuel Vacelet (vaceletm)
    2023-01-06 14:50
    2023-01-03 17:41
    31609
    Details
    DynamicCredentials prevent svn caching mecanism to work

    svn auth caching mecanism relies on nginx fastcgi_cache. However, as noted in fastcgi_cache_valid documentation, when the upstream (/svn-project-auth internal route) sets a Set-Cookie header, there is no cache possible.

    When dynamic credentials is used, the plugin hooks on beforeLogin and start a session if it's not already open.

    When svn auth route is used with dynamic credentials plugin, there is a session started, hence no cache possible

    SCM/Subversion
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2023-01-04
    Attachments
    Empty
    References

    Follow-ups