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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕Ability to authenticate multiple accounts #1238

Open
adampatterson opened this issue Apr 29, 2024 · 0 comments
Open

馃挕Ability to authenticate multiple accounts #1238

adampatterson opened this issue Apr 29, 2024 · 0 comments
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces

Comments

@adampatterson
Copy link

Describe the feature you'd like
If a tunnel is used for local development there is the potential that a developer would require a different authentication for Personal or Work.

Describe alternatives you've considered
I'd like to run one at a time, never both at once.

cloudflared tunnel run personal

cloudflared tunnel run work

tunnels:
  - tunnel: personal
    credentials-file: /root/.cloudflared/personal.json
    cert: /root/.cloudflared/personal.pem
    ingress:
      - hostname: "*.personal.dev"
        service: http://127.0.0.1:80
      - service: http_status:404
  - tunnel: work
    credentials-file: /root/.cloudflared/work.json
    cert: /root/.cloudflared/work.pem
    ingress:
      - hostname: "*.work.dev"
        service: http://127.0.0.1:80
      - service: http_status:404

As far as I could tell this isn't possible.

@adampatterson adampatterson added Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Minor issue impacting one or more users Type: Feature Request A big idea that would be split into smaller pieces
Projects
None yet
Development

No branches or pull requests

1 participant