Skip to content

4.18.0

Compare
Choose a tag to compare
@vpsx vpsx released this 12 May 21:10
· 1873 commits to master since this release
12583a2

Release Notes

For: uc-cdis/fence

Notes since tag: 4.17.0

Notes to tag/commit: 12583a2

Generated: 2020-05-12

New Features

  • Add Cognito as Fence IdP (#767)

Bug Fixes

  • when AWS_CREDENTIALS cfg is gone, was trying to use boto when it wasn't
    setup causing an exception (#766)
  • Fence :2020.04 images are failing to produce OIDC client credentials. [...]
    Pinning cryptography 2.8 as this bug only seem to manifest itself with
    2.9. (#768)
  • Fix docs (#772)
  • Recreate built-in groups before granting policies, so that if you remove
    policies from the built-in groups and run usersync, the groups will get
    updated accordingly in arborist (#773)

Improvements

  • improve usersync log message so that it is clear that the "does not match
    pattern" warning also means that the file will not get processed by
    usersync (#775)
  • add descriptive usersync error when file cannot be decrypted--previously
    just a stack trace (#775)
  • Updated documentation to reflect Fence API behavior (#772)

Dependency updates

  • pin cryptography 2.8 b/c of known bug with 2.9 (#769)
  • Bump userdatamodel to 2.3.2 (#767)

Deployment changes

  • To use the new Cognito integration, apply in fence config the changes made
    to config-default.yaml. Otherwise no action required. (#767)