correcting hmac code
This commit is contained in:
Родитель
851202e8bd
Коммит
93daa65108
|
@ -14,7 +14,7 @@ rbac:
|
|||
|
||||
image:
|
||||
repository: prebansa/k8s-poolprovider
|
||||
tag: v1.23
|
||||
tag: v1.24s
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
vsts:
|
||||
|
|
2
hmac.go
2
hmac.go
|
@ -25,7 +25,7 @@ func ComputeHash(message string) string {
|
|||
func ValidateHash(message, inputHmac string) bool {
|
||||
hashAlgorithm := GetHashAlgorithm()
|
||||
if(hashAlgorithm == nil) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
hashAlgorithm.Write([]byte(message))
|
||||
|
|
|
@ -59,7 +59,7 @@ spec:
|
|||
tier: frontend
|
||||
spec:
|
||||
containers:
|
||||
- image: prebansa/k8s-poolprovider:v1.23
|
||||
- image: prebansa/k8s-poolprovider:v1.24s
|
||||
name: k8s-poolprovider
|
||||
command: ["/app/main"]
|
||||
env:
|
||||
|
|
Загрузка…
Ссылка в новой задаче