Cloudflare companion secret not working #184
oltronix
started this conversation in
Show and tell
Replies: 2 comments
-
cool. I'm going to try that too |
Beta Was this translation helpful? Give feedback.
0 replies
-
@oltronix Thanks for this. I will try to implement this in the next update. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Don't know if this is the right place, but since I've had so much help from this guide I just wanted to point out a fix for this comment in the cloudflare companion section.
If you rename the secret as cf_token it works. You can then remove the environment variables and just specify the secret like so:
edit: Removed the email as the api_token + email does not work it only needs a api token with dns zone permission.
edit2:
I've been trying to remove all secrets from my .env so that i can have it in my repo. Also got the secret file working for the forward auth
Putting the following into a secret file
Then adding a secret to the docker compose:
And then in the oauth service
Beta Was this translation helpful? Give feedback.
All reactions