Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions environment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ message Ingress {
Mode mode = 8; // The mode this CDN is configured for
string LoadBalancer = 9; // Load balancer configuration
Cache Cache = 10; // Cache configuration
Origin Origin = 11; // Origin configuration
}

/**
Expand Down Expand Up @@ -279,6 +280,13 @@ message MySQLImageSanitize {
SanitizationPolicy Image = 2; // Rules applied to an image
}

/**
* Environment origin configuration
*/
message Origin {
string Policy = 1; // Origin policy assigned to an environment
}

/**
* Sanitization policy configuration
*/
Expand Down
Loading