Skip to content

Commit

Permalink
feat: dynamic TLS generation
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPtato committed Apr 4, 2024
1 parent 2abd8da commit 6a1b0c1
Show file tree
Hide file tree
Showing 35 changed files with 792 additions and 901 deletions.
7 changes: 7 additions & 0 deletions proto/backend/cluster.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ message Datacenter {
rivet.common.Uuid cluster_id = 2;
string name_id = 3;
string display_name = 4;
int64 create_ts = 11;

Provider provider = 5;
string provider_datacenter_id = 6;
Expand Down Expand Up @@ -67,3 +68,9 @@ message Server {

// TODO: Add the rest of the sql columns
}

enum TlsState {
CREATING = 0;
ACTIVE = 1;
RENEWING = 2;
}
Loading

0 comments on commit 6a1b0c1

Please sign in to comment.