bug report: botAadApp create encrypting botPassword multiple times #9780
Labels
investigating
needs more info
Need user to provide more info
no recent activity
The issue labeled needs more info gets no reply from issue owner in time
TA:Auth
Team Area: Auth
Describe the bug
Running
botAadApp/create
action will encrypt the existing secret if it exists.To Reproduce
SECRET_MS_BOT_SECRET
value in user fileSECRET_MS_BOT_SECRET
will be a completely different value from previous run and it will be a longer stringDecrypting
SECRET_MS_BOT_SECRET
from step 4 will yield youSECRET_MS_BOT_SECRET
from step 2, which in turn being decrypted will yield the original secret.Expected behavior
botPassword
should only ever be encrypted once. Decrypting this should yield the secret instead of another encrypted string.CLI Information:
The text was updated successfully, but these errors were encountered: