Skip to content

fix: allow wildcard password update when users map is nil#307

Open
zukka77 wants to merge 1 commit intojech:masterfrom
zukka77:fix/set-wildcard-password-when-no-users
Open

fix: allow wildcard password update when users map is nil#307
zukka77 wants to merge 1 commit intojech:masterfrom
zukka77:fix/set-wildcard-password-when-no-users

Conversation

@zukka77
Copy link

@zukka77 zukka77 commented Mar 21, 2026

this should fix #306 .
At the moment ther's a workaround:

  • create a temporary user
  • set the wildcard password
  • delete the temporary user
galenectl -insecure create-user -group test -user tmp
galenectl -insecure set-password -group test -wildcard -type wildcard
galenectl -insecure delete-user -group test -user tmp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wildcard user unusable in isolation ("Set password: HTTP error: 404 Not Found")

1 participant