We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.11.0
No response
Steps to reproduce:
sfcc-ci
roles
bm-user
roleTenantFilter
Actual result: roleTenantFilter does not have specified instances. Expected result: roleTenantFilter has specified instances.
The issue is with lib/user.js where all methods convert user to the API-compatible shape by calling toInternalUser:
lib/user.js
toInternalUser
options['body'] = toInternalUser(mergedUser);
while user creation method misses this conversion.
The text was updated successfully, but these errors were encountered:
Current workaround: use API-compatible string when calling AM user creation method, e.g. roleTenantFilter: 'ECOM_USER:abcd_dev,abcd_stg'
roleTenantFilter: 'ECOM_USER:abcd_dev,abcd_stg'
Sorry, something went wrong.
bugfix(SalesforceCommerceCloud#512): converted user to API-compatible…
e398fec
… shape for AM user creation method
a721ab7
No branches or pull requests
sfcc-ci Version
2.11.0
NodeJS Version
No response
sfcc-ci Path
No response
Host OS Details
No response
Description
Steps to reproduce:
sfcc-ci
create AM user method via CLI or API. Passroles
(e.g. withbm-user
) androleTenantFilter
with some existing instancesActual result:
roleTenantFilter
does not have specified instances.Expected result:
roleTenantFilter
has specified instances.The issue is with
lib/user.js
where all methods convert user to the API-compatible shape by callingtoInternalUser
:while user creation method misses this conversion.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: