Make user names more human friendly
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -77,7 +77,7 @@ async fn apply_bucket(b: &MinioBucket, client: &Client) -> anyhow::Result<()> {
|
||||
);
|
||||
|
||||
// The secret needs to be created
|
||||
let new_user = MinioUser::gen_random();
|
||||
let new_user = MinioUser::gen_random(&b.spec.name);
|
||||
create_secret(
|
||||
&secrets,
|
||||
&b.spec.secret,
|
||||
|
Reference in New Issue
Block a user