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
When using USE_ACCOUNT_ID flag (set to true) app generates correct credentials with correct profile format name: accounID + '_' + roleName. But it also generate additional profiles where the names are only account_id.
workaround:
Dismiss flag and update code in app.js to always generate profile name based on accounID + '_' + roleName format
The text was updated successfully, but these errors were encountered:
When using
USE_ACCOUNT_ID
flag (set to true) app generates correct credentials with correct profile format name:accounID + '_' + roleName
. But it also generate additional profiles where the names are only account_id.workaround:
Dismiss flag and update code in
app.js
to always generate profile name based onaccounID + '_' + roleName
formatThe text was updated successfully, but these errors were encountered: