Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions v2/proxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand All @@ -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.
*/
Expand Down
Loading