Portainer has its own auth

This commit is contained in:
Greyscale 2025-01-17 13:05:23 +01:00
parent 37407f72c2
commit e45d5b1773
Signed by: grey
GPG key ID: DDB392AE64B32D89

View file

@ -1,4 +1,3 @@
module "portainer" {
#source = "github.com/matthewbaggett/terraform_modules//products/portainer/ui"
source = "./lib/grey.ooo/products/portainer/ui"
@ -10,7 +9,6 @@ module "portainer" {
port = 9000,
ssl = true,
non-ssl = true
basic-auth-users = ["techinc"]
}
}