mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 16:56:39 +00:00
send proxy mapping updates
This commit is contained in:
@@ -40,15 +40,14 @@ message PathMapping {
|
||||
}
|
||||
|
||||
message Authentication {
|
||||
HTTPBasic basic = 1;
|
||||
Password password = 1;
|
||||
Pin pin = 2;
|
||||
OIDC oidc = 3;
|
||||
}
|
||||
|
||||
message HTTPBasic {
|
||||
message Password {
|
||||
bool enabled = 1;
|
||||
string username = 2;
|
||||
string password = 3;
|
||||
string password = 2;
|
||||
}
|
||||
|
||||
message Pin {
|
||||
@@ -56,6 +55,11 @@ message Pin {
|
||||
string pin = 2;
|
||||
}
|
||||
|
||||
message Link {
|
||||
bool enabled = 1;
|
||||
string link_url = 2;
|
||||
}
|
||||
|
||||
message OIDC {
|
||||
bool enabled = 1;
|
||||
string oidc_provider_url = 2;
|
||||
|
||||
Reference in New Issue
Block a user