diff --git a/src/pages/docs/best-practices/platform-engineering/enterprise-patterns.md b/src/pages/docs/best-practices/platform-engineering/enterprise-patterns.md index c3268c6d85..e28e780c35 100644 --- a/src/pages/docs/best-practices/platform-engineering/enterprise-patterns.md +++ b/src/pages/docs/best-practices/platform-engineering/enterprise-patterns.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-01-01 -modDate: 2025-02-20 +modDate: 2026-08-25 title: Octopus enterprise patterns description: This section describes common patterns for deploying octopus in enterprise environments. navOrder: 2 @@ -170,7 +170,7 @@ You need to synchronize the Octopus installations to ensure their configuration Unlike the previous patterns, this pattern is less concerned with providing the ability for teams and customers to log into Octopus installations. Rather, DevOps teams use non-production Octopus installations to test upgrades and validate project changes. -This pattern may also use used to isolate Octopus installations for compliance reasons, such as PCI. Having a separate Octopus installation for the production environment makes it easy demonstrate access controls and other security measures when undertaking +This pattern may also be used to isolate Octopus installations for compliance reasons, such as PCI. Having a separate Octopus installation for the production environment makes it easy to demonstrate access controls and other security measures when undertaking security audits. | Feature | Solves | diff --git a/src/pages/docs/best-practices/platform-engineering/secret-variables.md b/src/pages/docs/best-practices/platform-engineering/secret-variables.md index 0de2f8f5c6..00dfd7b6b2 100644 --- a/src/pages/docs/best-practices/platform-engineering/secret-variables.md +++ b/src/pages/docs/best-practices/platform-engineering/secret-variables.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-11-23 -modDate: 2023-11-23 +modDate: 2026-08-25 title: Secret variables description: Learn how to export projects with secret variables navOrder: 11 @@ -112,7 +112,7 @@ Following these rules ensures the Octostache templates defining the default valu Dedicating an environment to the process of serializing and deploying downstream projects allows the upstream environment to scope sensitive variables such that: - They are made available when deploying downstream projects -- They dot no leak into any regular deployment environments +- They do not leak into any regular deployment environments This documentation and the step templates assumes this environment is called `Sync`. The `Sync` environment must not appear in the lifecycle of regular deployments, which ensures any variables scoped to the `Sync` environment do not leak into regular deployments.