Skip to content
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

SOC 2 EE and features list reorder #771

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/misc/12_support_and_sla/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Our SLA defines the expected response times for each priority level:

Windmill adheres to SOC 2 Type II compliance. As part of our commitment to maintaining a secure platform, we conduct regular penetration testing. Any identified vulnerabilities are treated with utmost priority (P0) and addressed promptly, with same-day fixes being our standard practice. We prioritize the security of our users and strive to provide a safe environment for their automation needs.

Our SOC 2 Type II report is available upon request for [Enterprise](/pricing) customers.

## Contacting support

If you require support or have any questions, you can reach out to our support team through the following channels:
Expand Down
131 changes: 72 additions & 59 deletions src/components/Pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,40 +401,7 @@ const sections = [
'tier-team': true
},
link: '/docs/apps/public_apps'
},
{
name: 'Email triggers',
tiers: {
'tier-free-selfhost': 'Max 100 emails per day',
'tier-enterprise-selfhost': 'Unlimited',
'tier-enterprise-cloud': 'Unlimited',
'tier-free': 'Unlimited',
'tier-team': 'Unlimited'
},
link: '/docs/advanced/email_triggers'
},
{
name: 'Websocket triggers',
tiers: {
'tier-free-selfhost': true,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': false,
'tier-free': false,
'tier-team': false
},
link: '/docs/core_concepts/40_websocket_triggers'
},
{
name: 'Kafka triggers',
tiers: {
'tier-free-selfhost': false,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': false,
'tier-free': false,
'tier-team': false
},
link: '/docs/core_concepts/kafka_triggers'
},
},
{
name: 'BigQuery, Snowflake and MS SQL runtimes as languages',
tiers: {
Expand Down Expand Up @@ -479,6 +446,41 @@ const sections = [
},
link: '/docs/core_concepts/object_storage_in_windmill'
},
{
name: 'Email triggers',
tiers: {
'tier-free-selfhost': 'Max 100 emails per day',
'tier-enterprise-selfhost': 'Unlimited',
'tier-enterprise-cloud': 'Unlimited',
'tier-free': 'Unlimited',
'tier-team': 'Unlimited'
},
link: '/docs/advanced/email_triggers'
},
{
name: 'Websocket triggers',
tiers: {
'tier-free-selfhost': true,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': false,
'tier-free': false,
'tier-team': false
},
link: '/docs/core_concepts/40_websocket_triggers',
tooltip: 'Self-hosted only'
},
{
name: 'Kafka triggers',
tiers: {
'tier-free-selfhost': false,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': false,
'tier-free': false,
'tier-team': false
},
link: '/docs/core_concepts/kafka_triggers',
tooltip: 'Self-hosted only'
},
{
name: 'Private Hub',
tiers: {
Expand Down Expand Up @@ -517,26 +519,26 @@ const sections = [
link: '/docs/core_concepts/authentification'
},
{
name: 'Custom OAuth',
name: 'Workspace secret custom encryption',
tiers: {
'tier-free-selfhost': false,
'tier-free-selfhost': true,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': true,
'tier-free': false,
'tier-team': false
'tier-free': true,
'tier-team': true
},
link: '/docs/misc/setup_oauth#custom-oauth-1'
link: '/docs/core_concepts/workspace_secret_encryption'
},
{
name: 'Workspace secret custom encryption',
name: 'Custom OAuth',
tiers: {
'tier-free-selfhost': true,
'tier-free-selfhost': false,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': true,
'tier-free': true,
'tier-team': true
'tier-free': false,
'tier-team': false
},
link: '/docs/core_concepts/workspace_secret_encryption'
link: '/docs/misc/setup_oauth#custom-oauth-1'
},
{
name: 'SAML & SCIM support including groups synchronization',
Expand Down Expand Up @@ -567,12 +569,20 @@ const sections = [
'tier-enterprise-selfhost':
'24/7 Priority support with 3h response and dedicated Slack channel',
'tier-enterprise-cloud':
'24/7 Priority support with 3h response and dedicated Slack channel',
'24/7 Priority support with 3h response and dedicated Slack',
'tier-free': 'Community support on Discord',
'tier-team': 'Priority support on Discord'
},
link: '/docs/misc/support_and_sla'
},
{
name: 'SOC 2 Type II report',
tiers: {
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': true
},
link: '/docs/misc/support_and_sla#security'
},
{
name: 'Design partners for roadmap',
tiers: {
Expand Down Expand Up @@ -779,7 +789,8 @@ const sections = [
'tier-free': false,
'tier-team': false
},
link: '/docs/misc/windows_workers'
link: '/docs/misc/windows_workers',
tooltip: 'Self-hosted only'
}
]
},
Expand Down Expand Up @@ -807,7 +818,8 @@ const sections = [
'tier-free': false,
'tier-team': false
},
link: '/docs/core_concepts/autoscaling'
link: '/docs/core_concepts/autoscaling',
tooltip: 'Self-hosted only'
},
{
name: 'Critical alerts',
Expand All @@ -818,7 +830,8 @@ const sections = [
'tier-free': false,
'tier-team': false
},
link: '/docs/core_concepts/critical_alerts'
link: '/docs/core_concepts/critical_alerts',
tooltip: 'Self-hosted only'
},
{
name: 'Script-specific workers (dedicated) / High throughput',
Expand Down Expand Up @@ -847,17 +860,6 @@ const sections = [
{
name: 'Flows',
attributes: [
{
name: 'Restart deployed flows from any node',
tiers: {
'tier-free-selfhost': false,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': true,
'tier-free': true,
'tier-team': true
},
link: '/blog/launch-week-1/restartable-flows'
},
{
name: 'Priority for steps',
tiers: {
Expand All @@ -870,6 +872,17 @@ const sections = [
link: '/docs/flows/priority',
tooltip: 'Self-hosted only'
},
{
name: 'Restart deployed flows from any node',
tiers: {
'tier-free-selfhost': false,
'tier-enterprise-selfhost': true,
'tier-enterprise-cloud': true,
'tier-free': true,
'tier-team': true
},
link: '/blog/launch-week-1/restartable-flows'
},
{
name: 'Lifetime / Delete after use',
tiers: {
Expand Down
2 changes: 1 addition & 1 deletion src/landing/LogoClouds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function LogoClouds() {
<div className="py-24 sm:py-32">
<div className="mx-auto max-w-7xl px-4 lg:px-8">
<h2 className="text-center text-lg font-semibold leading-8 text-gray-900/60">
Trusted by 2000+ organizations, including:
Trusted by 3,000+ organizations, including:
</h2>
<div className="mx-auto mt-10 grid items-center max-w-lg grid-cols-3 gap-8 sm:max-w-xl sm:grid-cols-4 lg:mx-auto lg:max-w-6xl lg:grid-cols-6">
{logos.map((logo) => (
Expand Down
Loading