Usernames replaced by email addresses
Available on: Enterprise Edition
Release: 0.20.0
Replace usernames by email addresses
Overview
Starting with Kestra 0.20, Kestra mandates the username to be an email address. If this is not the case within your instance, you can run the following CLI command to replace a username with the corresponding email for each user in the instance:
yaml
./kestra auths users email-replace-username
If the email address is not set for the user or is invalid, Kestra will log those usernames so you can address those edge cases manually. If the username is already set as email, the above command will additionally set that value within the email property.
Was this page helpful?