Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1329813

Browse files
hbagdiTravis Raines
authored and
Travis Raines
committedApr 21, 2021
fix(diff) update basic-auth warning to communicate the issue
Fix #145
1 parent 0c4a8b4 commit 1329813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎diff/basicAuth.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88
)
99

1010
const (
11-
basicAuthPasswordWarning = "Warning: please note that changes in " +
12-
"password of basic-auth credentials are not detected by decK!!"
11+
basicAuthPasswordWarning = "Warning: import/export of basic-auth" +
12+
"credentials using decK doesn't work due to hashing of passwords in Kong."
1313
)
1414

1515
func (sc *Syncer) warnBasicAuth() {

0 commit comments

Comments
 (0)
Please sign in to comment.