Skip to content

Commit 7e89e66

Browse files
authored
add Edge settings message (#79)
1 parent e84d7c0 commit 7e89e66

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

v2/proxy.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ message CoreResponse {
112112
google.protobuf.Empty clear_https_certs = 18;
113113
defguard.enterprise.posture.v2.DevicePostureCheckResponse device_posture_check = 19;
114114
defguard.enterprise.posture.v2.DevicePostureRejection device_posture_rejected = 20;
115+
PublicSettings public_settings = 21;
115116
}
116117
}
117118

@@ -120,6 +121,11 @@ message HttpsCerts {
120121
string key_pem = 2;
121122
}
122123

124+
message PublicSettings {
125+
bool display_password_reset = 1;
126+
bool display_download_step = 2;
127+
}
128+
123129
/*
124130
* Sent from core to proxy to trigger ACME HTTP-01 certificate issuance.
125131
*/

0 commit comments

Comments
 (0)