Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace built-in users functionality with the super-admin signup flow #3

Closed
azasypkin opened this issue Apr 10, 2023 · 1 comment
Closed
Labels
Category: Enhancement New feature or request Component: Platform Improvements related to the Secutils.dev platform, and not some utility specifically
Milestone

Comments

@azasypkin
Copy link
Member

azasypkin commented Apr 10, 2023

Summary

Currently Secutils.dev server relies on the fact that built-in users are either specified through environment variables or CLI arguments. It was supposed to be a temporary workaround to speed-up development and deployment, but it's not something that should be supported in the long run.

Ideally, Secutils.dev should have the super-admin signup flow or something along these lines.

@azasypkin azasypkin added Category: Enhancement New feature or request Component: Platform Improvements related to the Secutils.dev platform, and not some utility specifically labels Apr 10, 2023
@azasypkin azasypkin added this to the 1.0.0-beta.1 milestone May 20, 2024
@azasypkin
Copy link
Member Author

Released in https://github.com/secutils-dev/secutils/releases/tag/v1.0.0-beta.1. To sign up as a user with specific subscription (e.g., ultimate) or handle, admin needs to configure user profile via secutils.toml:

[security.preconfigured_users]
"dev@secutils.dev" = { handle = "dev", tier = "ultimate" }

After that, the user can follow the usual signup flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Category: Enhancement New feature or request Component: Platform Improvements related to the Secutils.dev platform, and not some utility specifically
Projects
Status: Done
Development

No branches or pull requests

1 participant