Skip to content

Commit

Permalink
Update AllPluginTupes list
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim committed Oct 28, 2024
1 parent 98adad4 commit d3136c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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 @@ -6236,7 +6236,7 @@ message PluginSpecV1 {
PluginDatadogAccessSettings datadog = 15;
// PluginAWSICSettings holds settings for AWSICSettings
PluginAWSICSettings aws_ic = 16;
// Settings for the Email Plugin
// Settings for the Email Access Request plugin
PluginEmailSettings email = 17;
}

Expand Down
1 change: 1 addition & 0 deletions api/types/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ var AllPluginTypes = []PluginType{
PluginTypeSCIM,
PluginTypeDatadog,
PluginTypeAWSIdentityCenter,
PluginTypeEmail,
}

const (
Expand Down
2 changes: 1 addition & 1 deletion web/packages/teleport/src/services/integrations/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export type PluginDatadogSpec = {
export type PluginEmailSpec = {
sender: string;
fallbackRecipient: string;
}
};

export type IntegrationCreateRequest = {
name: string;
Expand Down

0 comments on commit d3136c6

Please sign in to comment.