mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-05 04:56:11 +00:00
Passing integration test for LDAP login! 🚀
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
#! SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
#@ load("@ytt:data", "data")
|
||||
#@ load("@ytt:base64", "base64")
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
@@ -48,7 +47,7 @@ stringData:
|
||||
sn: Seal
|
||||
givenName: Pinny
|
||||
mail: pinny.ldap@example.com
|
||||
userPassword:: (@= base64.encode(data.values.pinny_ldap_password) @)
|
||||
userPassword: (@= data.values.pinny_ldap_password @)
|
||||
uid: pinny
|
||||
uidNumber: 1000
|
||||
gidNumber: 1000
|
||||
|
||||
Reference in New Issue
Block a user