Skip to content

Commit

Permalink
chore(guardian): add allowed_account_types field in ProviderConfig (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmatrhd authored Dec 13, 2021
1 parent a8cab31 commit ead14a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odpf/guardian/v1beta1/guardian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,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

0 comments on commit ead14a1

Please sign in to comment.