-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend email plugin settings api #48048
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, do we need to block the SMTP mode of the plugin in cloud to avoid being used to probe SMTP servers or send spam? (here is not the right PR for this, if we block SMTP on cloud this should happen in the next teleport.e PR)
That's a valid concern. I'll omit the SMTP option in the WebUI. |
🤖 Vercel preview here: https://docs-882ntap9u-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-ql7amppcj-goteleport.vercel.app/docs/ver/preview |
Even if it's not in the web UI, you can create the plugin manually in the CLI, the backend service will need to reject those if |
- Set enum 0 as UNSPECIFIED - Update enum names
🤖 Vercel preview here: https://docs-eigat949v-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-bkelgebts-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-8ym6gm98k-goteleport.vercel.app/docs/ver/preview |
🤖 Vercel preview here: https://docs-m1kd6xoig-goteleport.vercel.app/docs/ver/preview |
@bernardjkim See the table below for backport results.
|
This PR extends the plugin spec API to support Email Plugin settings.
This changes is required to support hosted Email plugins.