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

🔧 ✨ Bootstrap initial configuration #38

Merged
merged 3 commits into from
Aug 30, 2024
Merged

🔧 ✨ Bootstrap initial configuration #38

merged 3 commits into from
Aug 30, 2024

Conversation

linkdd
Copy link
Contributor

@linkdd linkdd commented Aug 30, 2024

Decision Record

In order to facilitate the deployment, we need to:

  • create an admin role with every permission if and only if no role exists
  • create a root user (with root password) with the role admin if and only if no user exist
  • create a default pipeline that simply route all logs to a default stream if and only if no pipeline exist

This bootstrap is done at startup.

Changes

  • ✨ Bootstrap roles and users
  • ✨ Bootstrap pipelines
  • 🔖 v0.3.0

License Agreement

  • I guarantee that I have the rights on the code submitted in this PR
  • I accept that this contribution will be released under the terms of the MIT License

@linkdd linkdd added this to the 1.0.0 milestone Aug 30, 2024
@linkdd linkdd self-assigned this Aug 30, 2024
@linkdd linkdd merged commit e223d1f into main Aug 30, 2024
2 checks passed
@linkdd linkdd deleted the bootstrap branch August 30, 2024 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant