feature/sso-hardening #9

Merged
bstein merged 685 commits from feature/sso-hardening into main 2026-01-13 20:23:26 +00:00
Showing only changes of commit ca49c84086 - Show all commits

View File

@ -170,7 +170,7 @@ spec:
for g in guests: for g in guests:
new = None new = None
for _ in range(30): for _ in range(30):
candidate = f\"{random.choice(ADJ)}-{random.choice(NOUN)}\" candidate = f"{random.choice(ADJ)}-{random.choice(NOUN)}"
if candidate not in existing: if candidate not in existing:
new = candidate new = candidate
existing.add(candidate) existing.add(candidate)