When installing Rancher Prime using Helm, setting the values registration.enabled=true and registration.regCode="<code-from-scc>" successfully templates the scc-registration secret. However, this does not complete the registration process. Instead, the UI simply pre-fills the registration form, requiring a manual button click to actually initiate registration with the scc-operator.
Reproduction
- Install Rancher Prime using Helm:
registration:
enabled: true
regCode: "<registration-code>"
- Wait for Rancher to become available.
- Open Global Settings → Registration.
- Observe that the registration code is populated but registration has not completed.
- Click Register.
- Observe that registration immediately succeeds.
Additional Info
JIRA SURE-11794
When installing Rancher Prime using Helm, setting the values
registration.enabled=trueandregistration.regCode="<code-from-scc>"successfully templates thescc-registrationsecret. However, this does not complete the registration process. Instead, the UI simply pre-fills the registration form, requiring a manual button click to actually initiate registration with the scc-operator.Reproduction
Additional Info
JIRA SURE-11794