-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Login / Password protect ingress? #515
Comments
Thanks for giving a try to Burrito! Here are some answers to your questions:
Do not hesitate to open a thread in the Discussions section if you need help / debugging with the PR/MR workflow 😉 |
Hi, thanks for your message! We just released version 0.6 of Burrito, and it includes a big update to how Git credentials are managed. This might make it easier for you to set up the MR workflow since you don’t need to mount environment variables to the controller anymore. Instead, you can handle all the credentials in a single secret referenced by the TerraformRepository resource. You can find more details in the updated docs here: PR/MR Workflow with GitLab. |
Thanks for the quick replies! I'll looking to the suggestions around ingress. I'll also have to check out 0.6 a little more, when I tried to upgrade without making any changes I was getting some credential errors, but I'll look into it more. I'm interested in using |
If it's credentials error on the In the meanwhile, you can create a "custom" service account in your tenant, it will have the correct RBAC permissions: In your chart values: tenants:
- namespace:
create: true
name: "burrito-tenant-1"
serviceAccounts:
- name: burrito-tenant-1 |
First off, I love the idea of this project. I love ArgoCD and have been looking for something better for our Terraform Deploys. I'm still working through getting the MR part working. Really a great looking tools so far.
I was curious about the details of keeping things secure but still making Burrito accessible both the UI and for the webhook to work. I haven't come across anything about setting up password or a login. So curious about a few things:
Short Term Questions:
Again thanks so much I'm really excited to finish setting up and playing with burrito
The text was updated successfully, but these errors were encountered: