Actions
Bug #39493
closedregistering with --name="#poundSign" should throw "System name cannot begin with # character"
Description
Expected
[root@sweetpig-2 ~]# subscription-manager register --name="#poundSign" --org=Default_Organization --env=Library
Registering to: cct-rhsm-sat616.redhat.com:443/rhsm
Username: admin
Password:
System name cannot begin with # character (HTTP error code 400: Bad Request)
Actual
[root@sweetpig-2 ~]# subscription-manager register --name="#poundSign" --org=sm_org --environment=Library
Registering to: cct-sat617.redhat.com:443/rhsm
Username: sm-user
Password:
Consumer with ID(s) 96ee6373-6cb9-4162-a350-9e927bbbfdf7 could not be found. (HTTP error code 404: Not Found)
Actions