Skip to content

Commit

Permalink
Add proper config parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
mvbrock committed Nov 16, 2024
1 parent 2565111 commit 952ce2f
Show file tree
Hide file tree
Showing 4 changed files with 390 additions and 366 deletions.
2 changes: 1 addition & 1 deletion api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7791,7 +7791,7 @@ 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 Azure Access Graph service poll service.
repeated AccessGraphAzureSync Azure = 2 [(gogoproto.jsontag) = "aws,omitempty"];
repeated AccessGraphAzureSync Azure = 2 [(gogoproto.jsontag) = "azure,omitempty"];
}

// AccessGraphAWSSync is a configuration for AWS Access Graph service poll service.
Expand Down
Loading

0 comments on commit 952ce2f

Please sign in to comment.