diff --git a/content/influxdb/cloud/reference/internals/security.md b/content/influxdb/cloud/reference/internals/security.md index a01c41d8d..152f1dbf2 100644 --- a/content/influxdb/cloud/reference/internals/security.md +++ b/content/influxdb/cloud/reference/internals/security.md @@ -124,8 +124,7 @@ InfluxData maintains the following application and service security controls: - Administrative privileges are restricted to named groups of authorized users. - Shared accounts are prohibited. -- Multi-factor authentication (MFA) is required for all infrastructure (AWS, GCP, and Azure), - for all members of the InfluxData GitHub organization, +- Multi-factor authentication (MFA) is required for all infrastructure (AWS, GCP, and Azure) and for other production systems with access to user information (see [InfluxData Subprocessors](https://www.influxdata.com/legal/influxdata-subprocessors/)). - InfluxDB Cloud access is logged and audited regularly. diff --git a/flux-build-scripts/update-flux-versions.js b/flux-build-scripts/update-flux-versions.js index 8ebf554ca..762237515 100644 --- a/flux-build-scripts/update-flux-versions.js +++ b/flux-build-scripts/update-flux-versions.js @@ -15,7 +15,7 @@ if (typeof githubToken === 'undefined') { A GitHub token is required for this operation. Please set a GITHUB_TOKEN environment variable. Use the GitHub token stored in the Docs Team vault in 1Password. `); - process.exit(1); + process.exit(0); } // Get the latest version of Flux