-
Notifications
You must be signed in to change notification settings - Fork 764
security/tailscale: Set auth key to optional in UI #5065
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| PLUGIN_NAME= tailscale | ||
| PLUGIN_VERSION= 1.3 | ||
| PLUGIN_VERSION= 1.4 | ||
| PLUGIN_COMMENT= VPN mesh securely connecting clients using WireGuard | ||
| PLUGIN_DEPENDS= tailscale | ||
| PLUGIN_MAINTAINER= [email protected] | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,6 @@ | |
| <id>authentication.preAuthKey</id> | ||
| <label>Pre-authentication Key</label> | ||
| <type>text</type> | ||
| <help>Use a non-reusable auth key and disable expiration</help> | ||
| <help>Use a non-reusable auth key and disable expiration (optional). If not specified use AuthURL from Status page</help> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if you really want to bury it set it to advanced
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wasn't sure on this, hiding it in advanced was my first thought. I do think it's right thing to do, but was thinking about what people are currently used to doing.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can also put this advanced flag on master only for 26.1 inclusion? so there is a bit more visibility for 2 more months
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That sounds like a good idea.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That sounds like a good idea. |
||
| </field> | ||
| </form> | ||
Uh oh!
There was an error while loading. Please reload this page.