Merge branch 'master' into feat/dar-331
commit
956768b4e4
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue