Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Shorten generated username to work around length limitations #26

Closed
michaelw opened this issue Mar 18, 2020 · 0 comments · Fixed by #27
Closed

Shorten generated username to work around length limitations #26

michaelw opened this issue Mar 18, 2020 · 0 comments · Fixed by #27
Assignees
Labels
enhancement New feature or request

Comments

@michaelw
Copy link
Contributor

Recommendation is to make length configurable, default to 8 chars radix-36 or 58 for uniqueness, depending on what Splunk supports wrt. usernames.

@michaelw michaelw self-assigned this Mar 27, 2020
@michaelw michaelw added the enhancement New feature or request label Mar 27, 2020
michaelw pushed a commit that referenced this issue Mar 27, 2020
default: base58-64 (8 chars entropy encoded as base58 string)

For backward compatibility with 0.5.0, unset user_id_scheme is
interpreted as "uuid4".

Fixes #26
michaelw pushed a commit that referenced this issue Mar 27, 2020
default: base58-64 (8 chars entropy encoded as base58 string)

For backward compatibility with 0.5.0, unset user_id_scheme is
interpreted as "uuid4".

Fixes #26
michaelw added a commit that referenced this issue Mar 27, 2020
Shorten generated usernames, add option user_id_scheme for roles
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant