mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 03:57:28 +08:00
Update extensions & release 1.0.0-rc (#281)
This commit is contained in:
@@ -135,6 +135,9 @@ func convertCredentials(secretType authSecretType, secret *corev1.Secret) ([]str
|
||||
}
|
||||
userList := strings.Split(string(users), "\n")
|
||||
for _, item := range userList {
|
||||
if !strings.Contains(item, ":") {
|
||||
continue
|
||||
}
|
||||
result = append(result, item)
|
||||
}
|
||||
case authMapAuthSecretType:
|
||||
|
||||
Reference in New Issue
Block a user