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
Role name can be changed without a notice, so extension should not assume hardcoded role it uses is going to be available forever. Extension should implement a workflow to check if the role is available for user's organization before using it through Red Hat Subscription Management -> organization API.
There is include query parameter that should be set to system_purpose_attributes to get names for roles available for user's organization.
The role used to create activation keys should be saved in extension preferences. Extension should try to use role when creating activation keys and if not successful trigger role availability check through organization API and possibly request user for role to use.