diff --git a/v2/proxy.proto b/v2/proxy.proto index a70f344..5705ec7 100644 --- a/v2/proxy.proto +++ b/v2/proxy.proto @@ -112,6 +112,7 @@ message CoreResponse { google.protobuf.Empty clear_https_certs = 18; defguard.enterprise.posture.v2.DevicePostureCheckResponse device_posture_check = 19; defguard.enterprise.posture.v2.DevicePostureRejection device_posture_rejected = 20; + PublicSettings public_settings = 21; } } @@ -120,6 +121,11 @@ message HttpsCerts { string key_pem = 2; } +message PublicSettings { + bool display_password_reset = 1; + bool display_download_step = 2; +} + /* * Sent from core to proxy to trigger ACME HTTP-01 certificate issuance. */