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
3 changes: 3 additions & 0 deletions odpf/guardian/v1beta1/guardian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ message UpdateApprovalRequest {

message Action {
string action = 1;
string reason = 2;
}
Action action = 3;
}
Expand Down Expand Up @@ -390,6 +391,7 @@ message ProviderConfig {
repeated Role roles = 4;
}
repeated ResourceConfig resources = 6;
repeated string allowed_account_types = 7;
}

// Provider contains information about external data provider such as BigQuery, Metabase, etc., credentials, policy, and allowed roles
Expand Down Expand Up @@ -516,6 +518,7 @@ message Approval {
Appeal appeal = 9;
google.protobuf.Timestamp created_at = 10;
google.protobuf.Timestamp updated_at = 11;
string reason = 12;
}

// Resource contains information of resource from providers
Expand Down