Portainer has its own auth
This commit is contained in:
parent
37407f72c2
commit
e45d5b1773
1 changed files with 4 additions and 6 deletions
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue