Skip to content

Commit

Permalink
Add RA config to the configuration response.
Browse files Browse the repository at this point in the history
  • Loading branch information
maraino committed Mar 21, 2022
1 parent ad82057 commit ef3d1da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions majordomo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ message ConfigurationRequest {
message ConfigurationResponse {
repeated linkedca.Provisioner provisioners = 1;
repeated linkedca.Admin admins = 2;
RegistrationAuthorityConfig ra_config = 3;
}

message RegistrationAuthorityConfig {
string ca_url = 1;
string fingerprint = 2;
linkedca.ProvisionerIdentity provisioner = 3;
}

message CreateProvisionerRequest {
Expand Down

0 comments on commit ef3d1da

Please sign in to comment.