github InseeFrLab/s3-operator v0.9.0

27 days ago

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

Don't miss a new s3-operator release

NewReleases is sending notifications on new releases.