fix: added support for the OPENCLAW_GATEWAY_TOKEN secret#15
fix: added support for the OPENCLAW_GATEWAY_TOKEN secret#15nicholasburr wants to merge 0 commit into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@nicholasburr thanks for the PR! I'm testing it & will get the fix in asap |
|
Hey @sallyom I got pulled into a side quest on this but, the bit in the python script isn’t required. I can clean this up tonight + update the docs. |
SGTM, that's what I found, too. Also if you can add this to the docs: docs/provisioning.md → Podman Secrets, alongside the existing provider-token examples: No worries if you don't get to it til we're back from weekend, I'll check in then too - thanks, again for your help - I need to keep up with this much better :) |
|
I got the docs updated, but my lack of git skills is showing. I might need to fix my repo then reopen the PR. |
a67e216 to
9b3078a
Compare
After provisioning a new virtual machine,
openclaw.servicefails to start;Refusing to bind gateway to lan without authI have updated
bootc/rootfs/usr/libexec/tank-os/sync-podman-secretsto provisionOPENCLAW_GATEWAY_TOKENusingpodman secretsas described here - https://github.com/nicholasburr/tank-os/blob/main/docs/provisioning.md#podman-secretsAfter the secret is applied the gateway continues startup as expected.