I am not able to figure out what is missing while i am trying to login to vault using LDAP via terraform

前端 未结 0 1241
轮回少年
轮回少年 2020-12-08 22:25

I have this below terraform snippet

provider “vault” {
  auth_login {
    path = “auth/ldap/login/${var.login_username}”
    parameters = {
      password = v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题