v0.9.0
What's Changed
- Add ability to create user by @Donatien26 in #43
New Contributors
- @Donatien26 made their first contribution in #43
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 theS3User
is created ) - by default, a pre-existing
Secret
matching aS3User
will not be overriden, except if theoverride-existing-secret
is set
- this