Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Added aditional users to test htpasswd secret (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiculinic committed Jul 16, 2020
1 parent 88784df commit 81bfd0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion test/testdata/htpassword-secret.yaml
Expand Up @@ -4,4 +4,10 @@ metadata:
name: htpasswd-user
namespace: kubecarrier-system
stringData:
auth: "user1:$apr1$gxNb79DX$6wi9QaGNM5TA0kBKiC4710"
auth: |
# user:mickey5
user1:$apr1$gxNb79DX$6wi9QaGNM5TA0kBKiC4710
# team-a-member:password
team-a-member:$2y$10$gzAtay66RjtW6vTBtFUV9eRaMDXteByxgwV2d5ozLxUk6Uq056aJy
# team-b-member:password
team-b-member:$2y$10$gzAtay66RjtW6vTBtFUV9eRaMDXteByxgwV2d5ozLxUk6Uq056aJy
2 changes: 1 addition & 1 deletion test/testdata/statik.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81bfd0b

Please sign in to comment.