Make user names more human friendly
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-12 20:19:19 +01:00
parent 109b1c3612
commit 8bd30b06dd
2 changed files with 5 additions and 5 deletions

View File

@@ -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,