-
Notifications
You must be signed in to change notification settings - Fork 855
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
cloudflared tunnel cred-file <TUNNEL_NAME> option #603
Comments
Hello @firecow , Can you clarify what you would envision I think there's a chance you are confusing the |
This is what I envision the command should do
|
Oh I see. You'd like to be able to retrieve the secret and re-create the credentials JSON file for an already created Tunnel, with the That was not possible until recently because we would not store the secret on our end. This has changed in fact, as we now store it (securely). |
Yeah, I saw the "token" addition on api.cloudflare.com under the tunnels section, and thought this feature would be possible. Reusing our exiting cert.pem secret handling to fetch or create tunnel cred files on demand during deployment would really ease our transition away from legacy tunnel. 👍 |
Thanks for submitting this FR. We're planning to discuss this a little more internally and see if we can get this into our next release. |
@abelinkinbio That would be awesome, then I'll have our 2 miliion tunnels (kidding!) away from legacy in no time 😄 |
This is likely going to be available in the next release. Stay tuned. |
Thanks for this addition, I'm closing this issue. |
|
#645 (comment) shows you how to get the creds file |
Describe the feature you'd like
I would like an
cloudflared tunnel cred-file <TUNNEL_NAME>
optionAdditional context
Cego A/S is migrating away from legacy argo tunnels to named tunnels.
It would ease our transition if we could retrieve an already generated credential file via cloudflared tunnel cli
Here is our use case in Gitlab CI/CD YML format
The text was updated successfully, but these errors were encountered: