Skip to content

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

Merged
jech merged 1 commit intojech:masterfrom
zukka77:fix/set-wildcard-password-when-no-users
Mar 28, 2026
Merged

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

Conversation

@zukka77
Copy link
Copy Markdown
Contributor

@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

@jech jech merged commit 550c58a into jech:master Mar 28, 2026
@jech
Copy link
Copy Markdown
Owner

jech commented Mar 28, 2026

Thanks!

@zukka77 zukka77 deleted the fix/set-wildcard-password-when-no-users branch March 28, 2026 18:37
@kousu
Copy link
Copy Markdown

kousu commented Mar 28, 2026

Oh wow thank you so much !! 🦖

@jech
Copy link
Copy Markdown
Owner

jech commented Mar 28, 2026

/me is wondering what's the profound meaning of the T-Rex emoji :-)

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")

3 participants