Skip to content

Commit

Permalink
Removing azure config field and keeping poll_interval as-is
Browse files Browse the repository at this point in the history
  • Loading branch information
mvbrock committed Nov 14, 2024
1 parent ee915b7 commit 6c2c286
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 428 deletions.
4 changes: 1 addition & 3 deletions api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7795,10 +7795,8 @@ message OktaOptions {
message AccessGraphSync {
// AWS is a configuration for AWS Access Graph service poll service.
repeated AccessGraphAWSSync AWS = 1 [(gogoproto.jsontag) = "aws,omitempty"];
// Azure is a configuration for the Azure Access Graph service poll service.
repeated AccessGraphAzureSync Azure = 2 [(gogoproto.jsontag) = "azure,omitempty"];
// PollInterval is the frequency at which to poll for AWS resources
google.protobuf.Duration PollInterval = 3 [
google.protobuf.Duration PollInterval = 2 [
(gogoproto.jsontag) = "poll_interval,omitempty",
(gogoproto.nullable) = false,
(gogoproto.stdduration) = true
Expand Down
Loading

0 comments on commit 6c2c286

Please sign in to comment.