Skip to content

v0.9.0

Compare
Choose a tag to compare
@JackLemaitre JackLemaitre released this 05 Jun 10:38
· 4 commits to main since this release
1cd93b5

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.9.0


Details on the new feature :

A S3User custom resource creates a user account in S3, with :

  • an access key as configured in the CR ;
  • a secret key automatically generated and stored in a Kubernetes Secret resource
    • this Secret lifecyle is bound to that of the S3User (recreated if deleted by itslef, deleted when the S3User is created )
    • by default, a pre-existing Secret matching a S3User will not be overriden, except if the override-existing-secret is set