diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-21 15:21:10 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-21 15:21:10 +0000 |
commit | e33f87ac0fabaab468ce4b457996cc0f1b1bb648 (patch) | |
tree | 8bf0de72a9acac014cfdaddab7d463b208294af2 /doc/user/project/status_page | |
parent | 5baf990db20a75078684702782c24399ef9eb0fa (diff) | |
download | gitlab-ce-e33f87ac0fabaab468ce4b457996cc0f1b1bb648.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/status_page')
-rw-r--r-- | doc/user/project/status_page/index.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/user/project/status_page/index.md b/doc/user/project/status_page/index.md index 2a022fe472d..5516d84cfe6 100644 --- a/doc/user/project/status_page/index.md +++ b/doc/user/project/status_page/index.md @@ -39,7 +39,7 @@ To deploy the status page to AWS S3 you need to add the Status Page project & co 1. Fork the [Status Page](https://gitlab.com/gitlab-org/status-page) project. This can also be done via [Repository Mirroring](https://gitlab.com/gitlab-org/status-page#repository-mirroring) which will ensure you get the up-to-date Status Page features. 1. Add the following variables in **Settings > CI/CD > Variables**. (To get these variables from Amazon, use your Amazon Console): - - `S3_BUCKET_NAME` - name of the Amazon S3 bucket + - `S3_BUCKET_NAME` - name of the Amazon S3 bucket (If a bucket with the provided name doesn't exist, the first pipeline run will create one and configure it for [static website hosting](https://docs.aws.amazon.com/AmazonS3/latest/dev/HostingWebsiteOnS3Setup.html)) - `AWS_DEFAULT_REGION` - the AWS region - `AWS_ACCESS_KEY_ID` - the AWS access key ID - `AWS_SECRET_ACCESS_KEY` - the AWS secret @@ -78,10 +78,16 @@ To publish an Incident, you first need to create an issue in the Project you ena Once this issue is created, a background worker will publish the issue onto the status page using the credentials you provided during setup. +NOTE: **Note:** +Confidential issues are not published. If a published issue is made confidential it will be unpublished. + ### Publishing updates To publish an update to the Incident, update the incident issue's description. +CAUTION: **Caution:** +When referenced issues are changed (e.g. title, confidentiality) the incident they were referenced in are not updated automatically. + ### Adding comments To add comments to the Status Page Incident, create a comment on the incident issue. |