I cannot unseal the system #3
Replies: 5 comments 5 replies
-
|
Hi, what you're doing is correct. Please double check if there are any whitspace or end-of-line characters that could have made it into the secret - maybe type everything by hand. Unsealing is a one-time thing - once you unseal, your user becomes super admin for the system. Other users won't have to deal with that process. If you still have troubles unsealing, could you check if there is anything suspicious in the backend logs and maybe paste here? |
Beta Was this translation helpful? Give feedback.
-
|
Ok, thanks for confirming, I'll be doing test fresh deployment for unrelated issue later this week or early next week - will try to reproduce then and get back to you afterwards. Also note, that we're preparing major release around same time frame (hopefully, next week), so maybe it'd better if you wait for that for a greenfield install anyways. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, happy new year! I've been trying for several days to upload an SBOM file in cyclonedx1.6+json format. I want to do this via curl and pass the file to it. All requests I make to /api or /tea return a 401 error. I've tried generating tokens with my user and as ‘Approval and Artifact Upload’ and both return a 401 error. Is this because the system is still sealed? Am I making the request incorrectly? Or does the token need more permissions? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, few things here:
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @KoldoCanellas , We've just published release 26.01.15 - please upgrade to that version (or use a fresh install which may be cleaner) and let me know if you still see issues with unsealing. Just in case here if you choose to use fresh install, here are instructions to fully clean up the existing installation (note, this will DELETE ALL ReARM DATA): After that you can do redo the installation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am deploying reARM with Kubernetes. Once I have created a new user, when I access the UI, it asks me for the installation secret. I obtain it as stated in the documentation with
echo $(kubectl get secret --namespace rearm system-secret -o jsonpath="{.data.systemSecret}" | base64 --decode)
but when I enter it in the text input field, I get an error. Do you know what I might be doing wrong?
I have tried recreating the secret and restarting the backend pod, but I still get the same error.
Will each teammate have to unseal the system, or will the message appear whenever they refresh the page?
Beta Was this translation helpful? Give feedback.
All reactions