Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve makejinja functions and cloudflared deployment #1824

Merged
merged 1 commit into from
Mar 12, 2025

Conversation

onedr0p
Copy link
Owner

@onedr0p onedr0p commented Mar 12, 2025

With cloudflared use TUNNEL_TOKEN instead of mounting in the creds.json and passing the tunnel id as an arg.

TUNNEL_TOKEN must be base64encoded, e.g.

apiVersion: v1
kind: Secret
metadata:
    name: cloudflared-secret
stringData:
    TUNNEL_TOKEN: |
        eyJhIjoiZmFrZSIsInQiOiJmYWtlIiwicyI6ImZha2UifQ==
echo "eyJhIjoiZmFrZSIsInQiOiJmYWtlIiwicyI6ImZha2UifQ==" | base64 -d
{"a":"fake","t":"fake","s":"fake"}

Signed-off-by: Devin Buhl <devin@buhl.casa>
@onedr0p onedr0p merged commit af158e2 into main Mar 12, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant