mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-08-25 23:07:32 +00:00
Add more logging to test-webhook's endpoint
- Also correct the webhook url setting in prepare-for-integration-tests.sh - Change the bcrypt count to 10, because 16 is way too slow on old laptops Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
committed by
Ryan Richard
parent
b506ac5823
commit
56be4a6761
@@ -45,7 +45,7 @@ who belongs to the groups `group1` and `group2`, use:
|
||||
kubectl create secret generic ryan \
|
||||
--namespace test-webhook \
|
||||
--from-literal=groups=group1,group2 \
|
||||
--from-literal=passwordHash=$(htpasswd -nbBC 16 x password123 | sed -e "s/^x://")
|
||||
--from-literal=passwordHash=$(htpasswd -nbBC 10 x password123 | sed -e "s/^x://")
|
||||
```
|
||||
|
||||
### Get the `test-webhook` App's Auto-Generated Certificate Authority Bundle
|
||||
|
||||
Reference in New Issue
Block a user