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

[Feature Request] - Adding Password Authentication #42

Open
manprint opened this issue Jun 7, 2024 · 1 comment
Open

[Feature Request] - Adding Password Authentication #42

manprint opened this issue Jun 7, 2024 · 1 comment

Comments

@manprint
Copy link

manprint commented Jun 7, 2024

Hi @jkuri

I've been using bore self-hosted for a few days and I think it's a fantastic tool. Congratulation.

I would need to have an authorization mechanism to instantiate the tunnels. For example, a password that is defined on the server side (in the bore server configuration) and which is passed to the bore client to instantiate the tunnel.

For example:
Server side:

BORE_PASSWORD=mysecretpassword BORE_DOMAIN=bore.mydomain BORE_HTTPADDR=0.0.0.0:80 BORE_SSHADDR=0.0.0.0:2200 ./build/bore-server

Client side:

bore -s bore.mydomain -p 2200 -ls localhost -lp 6500 -pw mysecretpassword

Clearly working with the password should be optional (only if the environment variable is defined in the server)
It would be a great feature to have

Thank you.

@jkuri
Copy link
Owner

jkuri commented Jun 14, 2024

Hi @manprint,

thanks for the nice words. Currently I don't have time to implement authentication or any other new features but that might change in the future. If you'd like you can open a pull request with the desired behavior and I will accept it.

Nice regards, Jan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants