There was an error while loading. Please reload this page.
1 parent e84d7c0 commit 7e89e66Copy full SHA for 7e89e66
1 file changed
v2/proxy.proto
@@ -112,6 +112,7 @@ message CoreResponse {
112
google.protobuf.Empty clear_https_certs = 18;
113
defguard.enterprise.posture.v2.DevicePostureCheckResponse device_posture_check = 19;
114
defguard.enterprise.posture.v2.DevicePostureRejection device_posture_rejected = 20;
115
+ PublicSettings public_settings = 21;
116
}
117
118
@@ -120,6 +121,11 @@ message HttpsCerts {
120
121
string key_pem = 2;
122
123
124
+message PublicSettings {
125
+ bool display_password_reset = 1;
126
+ bool display_download_step = 2;
127
+}
128
+
129
/*
130
* Sent from core to proxy to trigger ACME HTTP-01 certificate issuance.
131
*/
0 commit comments