Skip to content

v7.15.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Mar 15:23
· 2932 commits to main since this release

Pelican v7.15.0-rc.0

New Features and Enhancements

  • [Origin] Added config parameter Issuer.OIDCPreferClaimsFromIDToken which causes Pelican’s user authentication to look for claims in the OIDC ID token before falling back to the OIDC Userinfo endpoint. #2100
  • [Origin] Pelican origins can now specify multiple issuers per namespace #2103
  • [Director] Director can now report cache redirection reasoning when client commands are run with -d #2054
  • [Director] Added support for a Federation to have multiple Directors #2023
  • [Origin, Cache] Integrate XRootD OSS statistics #2092
  • [Director] Add API Token Listing endpoint #2086

Bugs Fixed

  • [Client] Fixed a regression in pelican generate keygen that caused it to generate invalid public keys #2085
  • [All] When key files are deleted, the private keys are also now removed from Pelican’s in memory processes #2087
  • [Client] The client no longer panics when doing a put or a share with just the base namespace prefix #2097
  • [Client] Fixed client bug where schemaless Pelican URLs don’t work with ‘-f’ fed infor #2116
  • [All] Assorted issues that prevented using an authentication provider other than CILogon or Globus #2091 #2046

Full Changelog: v7.14.2...v7.15.0-rc.0