You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user creates some basic auth credentials and does a deck dump and sync back the credentials dont work.
During the sync a warning is highlighted "Warning: please note that changes in password of basic-auth credentials are not detected by decK!!"
But that doesnt clearly state that credentials wont work, i read it as if i changed credentials that wont work.
So if before the deck dump i set my password to "pass123" , after the sync it it should work if i didn't edit the password in deck yaml file.
Main issue is kong hashes the password so deck dump doesnt get the right password to begin with.
Couple options
Highlight in DECK documentation that dont use/manage Basic-Auth credentials using DECK
Update the DECK SYNC message to convey the same message.
The text was updated successfully, but these errors were encountered:
If a user creates some basic auth credentials and does a deck dump and sync back the credentials dont work.
During the sync a warning is highlighted "Warning: please note that changes in password of basic-auth credentials are not detected by decK!!"
But that doesnt clearly state that credentials wont work, i read it as if i changed credentials that wont work.
So if before the deck dump i set my password to "pass123" , after the sync it it should work if i didn't edit the password in deck yaml file.
Main issue is kong hashes the password so deck dump doesnt get the right password to begin with.
Couple options
The text was updated successfully, but these errors were encountered: