From 8a9c6b0e192a4b7c192635e953a8537846254ab1 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Wed, 13 Dec 2023 13:32:43 +0000 Subject: [PATCH] Bump Hugo module automate to latest current release (675a588cf45da482a800fe4cd24c1251e00c89a1). This pull request was triggered automatically via Expeditor. This change falls under the obvious fix policy so no Developer Certificate of Origin (DCO) sign-off is required. --- .../ha_aws_deployment_prerequisites.md | 3 +- .../automate/ha_backup_restore_aws_efs.md | 2 +- .../automate/ha_backup_restore_aws_s3.md | 2 +- .../automate/ha_backup_restore_file_system.md | 5 +- .../ha_backup_restore_object_storage.md | 6 + .../content/automate/ha_cert_rotation.md | 78 ++++++++ .../ha_chef_backend_to_automate_ha.md | 3 +- ...ha_on_premises_deployment_prerequisites.md | 3 +- .../reusable/md/restore_troubleshooting.md | 170 ++++++++++++++++++ .../commands/chef-automate_cert-rotate.yaml | 5 + ...rt-rotate_generate-certificate-config.yaml | 73 ++++++++ _vendor/modules.txt | 2 +- go.mod | 2 +- go.sum | 4 +- 14 files changed, 347 insertions(+), 11 deletions(-) create mode 100644 _vendor/github.com/chef/automate/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_cert-rotate_generate-certificate-config.yaml diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_aws_deployment_prerequisites.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_aws_deployment_prerequisites.md index 8cee7735b9..24bac4b456 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_aws_deployment_prerequisites.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_aws_deployment_prerequisites.md @@ -46,11 +46,12 @@ The operating system and the supported version for different nodes in AWS deploy | Operating Systems | Supported Version | |:-------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Red Hat Enterprise Linux (64 Bit OS) | 7, 8. For 8 or above versions, the **SELinux** configuration must be permissive. The **SELinux** configuration is enforced in RHEL 8. Red Hat Enterprise Linux derivatives include Amazon Linux v1 (using RHEL 6 packages) and v2 (using RHEL 7packages). | +| Red Hat Enterprise Linux (64 Bit OS) | 7, 8, 9. For 8 or above versions, the **SELinux** configuration must be permissive. The **SELinux** configuration is enforced in RHEL 8 and 9. Red Hat Enterprise Linux derivatives include Amazon Linux v1 (using RHEL 6 packages) and v2 (using RHEL 7packages). | | Ubuntu (64 Bit OS) | 16.04.x, 18.04.x, 20.04.x | | Centos (64 Bit OS) | 7 | | Amazon Linux 2 (64 Bit OS) | 2 (kernel 5.10) | | SUSE Linux Enterprise Server | 12.5 | +| Oracle Linux | 9 | Please provide AMI Id as per above list of supported operating systems. diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_aws_efs.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_aws_efs.md index 3b21482d49..f60a8a1fb5 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_aws_efs.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_aws_efs.md @@ -127,7 +127,7 @@ To restore backed-up data of the Chef Automate High Availability (HA) using Exte {{< note >}} - If you are restoring the backup from an older version, then you need to provide the `--airgap-bundle `. - +- Large Compliance Report is not supported in Automate HA {{< /note >}} ## Troubleshooting diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_aws_s3.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_aws_s3.md index c5a07e1f08..5f459aa39a 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_aws_s3.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_aws_s3.md @@ -154,7 +154,7 @@ To restore backed-up data of the Chef Automate High Availability (HA) using Exte - If you are restoring the backup from an older version, then you need to provide the `--airgap-bundle `. - If you have not configured S3 access and secret keys during deployment or if you have taken backup on a different bucket, then you need to provide the `--s3-access-key ` and `--s3-secret-key ` flags. - +- Large Compliance Report is not supported in Automate HA {{< /note >}} #### Troubleshooting diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_file_system.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_file_system.md index e899948f38..9b7efe7750 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_file_system.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_file_system.md @@ -36,7 +36,8 @@ A shared file system is always required to create **OpenSearch** snapshots. To r {{< note >}} - `/mnt/automate_backups` is the default value for the `backup_mount`, which is also used in this document page as reference backup path. - +- While using `file_system` as backup type, the `uid` of `hab` user should be same across all **the remote nodes**. The same will be verified during `verify` check before deployment +- Do not `modify`/`delete` any file manually inside the `backup_mount` directory {{< /note >}} Apply the following steps on **all of the OpenSearch server** node @@ -137,7 +138,7 @@ To restore backed-up data of the Chef Automate High Availability (HA) using Exte {{< note >}} - If you are restoring the backup from an older version, then you need to provide the `--airgap-bundle `. - +- Large Compliance Report is not supported in Automate HA {{< /note >}} #### Troubleshooting diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_object_storage.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_object_storage.md index 21f068f23a..71ee213ff1 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_object_storage.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_backup_restore_object_storage.md @@ -330,6 +330,12 @@ Restore a backup from external object storage. chef-automate backup restore /BACKUPS/BACKUP_ID --skip-preflight --airgap-bundle ``` +{{< note >}} + +- If you are restoring the backup from an older version, then you need to provide the `--airgap-bundle `. +- Large Compliance Report is not supported in Automate HA +{{< /note >}} + #### Troubleshooting {{< readfile file = "content/automate/reusable/md/restore_troubleshooting.md" >}} diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_cert_rotation.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_cert_rotation.md index 42a56844fa..b345b7bdde 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_cert_rotation.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_cert_rotation.md @@ -35,6 +35,84 @@ The certificate rotation is also required when the key for a node, client, or CA {{< /note >}} +### Rotate Cluster Certificates +If you want to rotate certificates of the entire cluster using single command, then you can follow the below commands: + +To rotate certificates of entire cluster using single command, we need a certificate template. +- To generate certificate template use below command +``` + chef-automate cert-rotate generate-certificate-config certificate-config.toml +``` + +now we can find our certificate template in `certificate-config.toml` file, please edit the file and put required certificate paths + +- To rotate the certificates use below command + +```bash + chef-automate cert-rotate --certificate-config certificate-config.toml +``` + +You can also use `--cc` instead of `--certificate-config` as a sort form. + + +#### Sample Certificate template + + ```toml + [automate] + root_ca = "full path of root-ca.pem" + + [[automate.ips]] + ip = "10.1.0.130" + public_key = "full path of automate1.pem" + private_key = "full path of automate1-key.pem" + + [chef_server] + root_ca = "full path of root-ca.pem" + + [[chef_server.ips]] + ip = "10.1.0.16" + public_key = "full path of cs1.pem" + private_key = "full path of cs1-key.pem" + + [postgresql] + root_ca = "full path of root-ca.pem" + + [[postgresql.ips]] + ip = "10.1.0.141" + public_key = "full path of pg1.pem" + private_key = "full path of pg1-key.pem" + + [[postgresql.ips]] + ip = "10.1.1.190" + public_key = "full path of pg2.pem" + private_key = "full path of pg2-key.pem" + + [[postgresql.ips]] + ip = "10.1.2.130" + public_key = "full path of pg3.pem" + private_key = "full path of pg3-key.pem" + + [opensearch] + root_ca = "full path of root-ca.pem" + admin_public_key = "full path of os-admin.pem" + admin_private_key = "full path of os-admin-key.pem" + [[opensearch.ips]] + ip = "10.1.0.176" + public_key = "full path of os1.pem" + private_key = "full path of os1-key.pem" + + [[opensearch.ips]] + ip = "10.1.1.125" + public_key = "full path of os2.pem" + private_key = "full path of os2-key.pem" + + [[opensearch.ips]] + ip = "10.1.2.247" + public_key = "full path of os3.pem" + private_key = "full path of os3-key.pem" + ``` + + ### Rotate Certificates of each service If you want to rotate certificates of the entire cluster, then you can follow the below commands: diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_chef_backend_to_automate_ha.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_chef_backend_to_automate_ha.md index 517624aa74..042e1e3233 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_chef_backend_to_automate_ha.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_chef_backend_to_automate_ha.md @@ -309,7 +309,8 @@ Bootstrap the nodes to update the `chef_server_url` using the following steps: ## Use Automate HA for Chef-Backend User -Download and Install the [Chef Workstation](https://www.chef.io/downloads/tools/workstation) from the Bastion machine or local machine install chef-workstation. You can refer to the [Workstation page](https://docs.chef.io/workstation/getting_started/#set-up-your-chef-repo) to set up your Workstation. +Download and install [Chef Workstation](https://www.chef.io/downloads) from the bastion host or local machine. +To set up Chef Workstation, see the [Workstation Set Up documentation](https://docs.chef.io/workstation/getting_started/#set-up-your-chef-repo). ## Use Existing Private Supermarket with Automate HA diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_on_premises_deployment_prerequisites.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_on_premises_deployment_prerequisites.md index c54d3a3821..d6aa863228 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_on_premises_deployment_prerequisites.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/ha_on_premises_deployment_prerequisites.md @@ -54,11 +54,12 @@ The operating system and the supported version for different nodes in the on-pre | Operating Systems | Supported Version | | :-------------------------------------- | :----------------------- | -| Red Hat Enterprise Linux (64 Bit OS) | 7, 8. For 8 or above versions, the **SELinux** configuration must be permissive. The **SELinux** configuration is enforced in RHEL 8. Red Hat Enterprise Linux derivatives include Amazon Linux v1 (using RHEL 6 packages) and v2 (using RHEL 7packages). | +| Red Hat Enterprise Linux (64 Bit OS) | 7, 8, 9 . For 8 or above versions, the **SELinux** configuration must be permissive. The **SELinux** configuration is enforced in RHEL 8 and 9. Red Hat Enterprise Linux derivatives include Amazon Linux v1 (using RHEL 6 packages) and v2 (using RHEL 7packages). | | Ubuntu (64 Bit OS) | 16.04.x, 18.04.x, 20.04.x | | Centos (64 Bit OS) | 7 | | Amazon Linux 2 (64 Bit OS) | 2 (kernel 5.10) | | SUSE Linux Enterprise Server | 12.5 | +| Oracle Linux | 9 | ### Minimum Supported Chef Tool Versions diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/reusable/md/restore_troubleshooting.md b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/reusable/md/restore_troubleshooting.md index e531cca3a1..04be0e7450 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/reusable/md/restore_troubleshooting.md +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/content/automate/reusable/md/restore_troubleshooting.md @@ -19,3 +19,173 @@ Try these steps if Chef Automate returns an error while restoring data. ``` Now check the status of the Automate node and then try running the restore command from the bastion host. + +1. How to change the `base_path` or `path`. The steps for the File System backup are as shown below: + - While at the time of deployment `backup_mount` default value will be `/mnt/automate_backups` + - In case, if you modify the `backup_mount` in `config.toml` before deployment, then the deployment process will do the configuration with the updated value + - In case, you changed the `backup_mount` value post-deployment, then we need to patch the configuration manually to all the frontend and backend nodes, for example, if you change the `backup_mount` to `/bkp/backps` + - Update the FE nodes with the below template, use the command `chef-automate config patch fe.toml --fe` + + ```sh + [global.v1.backups] + [global.v1.backups.filesystem] + path = "/bkp/backps" + [global.v1.external.opensearch.backup] + [global.v1.external.opensearch.backup.fs] + path = "/bkp/backps" + ``` + + - Update the OpenSearch node with the below template, use the command `chef-automate config patch os.toml --os` + + ```sh + [path] + repo = "/bkp/backps" + ``` + + - Run the curl request to one of the automate frontend node + + ```sh + curl localhost:10144/_snapshot?pretty + ``` + + - If the response is empty `{}`, then we are good + + - If the response has json output, then it should have correct value for the `backup_mount`, refer the `location` value in the response. It should start with the `/bkp/backps` + + ```sh + { + "chef-automate-es6-event-feed-service" : { + "type" : "fs", + "settings" : { + "location" : "/mnt/automate_backups/opensearch/automate-elasticsearch-data/chef-automate-es6-event-feed-service" + } + }, + "chef-automate-es6-compliance-service" : { + "type" : "fs", + "settings" : { + "location" : "/mnt/automate_backups/opensearch/automate-elasticsearch-data/chef-automate-es6-compliance-service" + } + }, + "chef-automate-es6-ingest-service" : { + "type" : "fs", + "settings" : { + "location" : "/mnt/automate_backups/opensearch/automate-elasticsearch-data/chef-automate-es6-ingest-service" + } + }, + "chef-automate-es6-automate-cs-oc-erchef" : { + "type" : "fs", + "settings" : { + "location" : "/mnt/automate_backups/opensearch/automate-elasticsearch-data/chef-automate-es6-automate-cs-oc-erchef" + } + } + } + ``` + + - If the pre string in the `location` is not match with `backup_mount`, then we need to to delete the existing snapshots. use below script to delete the snapshot from the one of the automate frontend node. + + ```sh + snapshot=$(curl -XGET http://localhost:10144/_snapshot?pretty | jq 'keys[]') + for name in $snapshot;do + key=$(echo $name | tr -d '"') + curl -XDELETE localhost:10144/_snapshot/$key?pretty + done + ``` + + - The above scritp requires the `jq` needs to be installed, You can install from the airgap bundle, please use command on the one of the automate frontend node to locate the `jq` package. + + ```sh + ls -ltrh /hab/cache/artifacts/ | grep jq + + -rw-r--r--. 1 ec2-user ec2-user 730K Dec 8 08:53 core-jq-static-1.6-20220312062012-x86_64-linux.hart + -rw-r--r--. 1 ec2-user ec2-user 730K Dec 8 08:55 core-jq-static-1.6-20190703002933-x86_64-linux.hart + ``` + + - In case of multiple `jq` version, then install the latest one. use the below command to install the `jq` package to the automate frontend node + + ```sh + hab pkg install /hab/cache/artifacts/core-jq-static-1.6-20190703002933-x86_64-linux.hart -bf + ``` + +1. Below steps for object storage as a backup option + + - While at the time of deployment `backup_config` will be `object_storage` + - To use the `object_storage`, we are using below template at the time of deployment + + ```sh + [object_storage.config] + google_service_account_file = "" + location = "" + bucket_name = "" + access_key = "" + secret_key = "" + endpoint = "" + region = "" + ``` + + - If you configured pre deployment, then we are good + - If you want to change the `bucket` or `base_path`, then use the below template for Frontend nodes + + ```sh + [global.v1] + [global.v1.external.opensearch.backup.s3] + bucket = "" + base_path = "opensearch" + [global.v1.backups.s3.bucket] + name = "" + base_path = "automate" + ``` + + - You can choose any value for the variable `base_path`. `base_path` patch is only required for the frontend node. + - Use the command to apply the above template `chef-automate config patch frontend.toml --fe` + - Post the configuration patch, and use the curl request to validate + + ```sh + curl localhost:10144/_snapshot?pretty + ``` + + - If the response is empty `{}`, then we are good + + - If the response has JSON output, then it should have the correct value for the `base_path` + + ```sh + { + "chef-automate-es6-event-feed-service" : { + "type" : "s3", + "settings" : { + "bucket" : "MY-BUCKET", + "base_path" : "opensearch/automate-elasticsearch-data/chef-automate-es6-event-feed-service", + "readonly" : "false", + "compress" : "false" + } + }, + "chef-automate-es6-compliance-service" : { + "type" : "s3", + "settings" : { + "bucket" : "MY-BUCKET", + "base_path" : "opensearch/automate-elasticsearch-data/chef-automate-es6-compliance-service", + "readonly" : "false", + "compress" : "false" + } + }, + "chef-automate-es6-ingest-service" : { + "type" : "s3", + "settings" : { + "bucket" : "MY-BUCKET", + "base_path" : "opensearch/automate-elasticsearch-data/chef-automate-es6-ingest-service", + "readonly" : "false", + "compress" : "false" + } + }, + "chef-automate-es6-automate-cs-oc-erchef" : { + "type" : "s3", + "settings" : { + "bucket" : "MY-BUCKET", + "base_path" : "opensearch/automate-elasticsearch-data/chef-automate-es6-automate-cs-oc-erchef", + "readonly" : "false", + "compress" : "false" + } + } + } + ``` + + - In case of `base_path` value is not matching, then we have to delete the existing `snapshot`. please refer to the steps from the file system \ No newline at end of file diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_cert-rotate.yaml b/_vendor/github.com/chef/automate/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_cert-rotate.yaml index 8e3d9d33a6..d637e0f673 100644 --- a/_vendor/github.com/chef/automate/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_cert-rotate.yaml +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_cert-rotate.yaml @@ -15,6 +15,10 @@ options: shorthand: a default_value: "false" usage: Automate Certificate Rotation +- name: cc + usage: Cluster certificate file +- name: certificate-config + usage: Cluster certificate file - name: chef_server shorthand: c default_value: "false" @@ -64,5 +68,6 @@ inherited_options: usage: Write command result as JSON to PATH see_also: - chef-automate - Chef Automate CLI +- 'generate-certificate-config - Chef Automate generate certificate config ' compatible_with: AutomateHA supported_on: Bastion diff --git a/_vendor/github.com/chef/automate/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_cert-rotate_generate-certificate-config.yaml b/_vendor/github.com/chef/automate/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_cert-rotate_generate-certificate-config.yaml new file mode 100644 index 0000000000..dc78266227 --- /dev/null +++ b/_vendor/github.com/chef/automate/components/docs-chef-io/data/automate/cli_chef_automate/commands/chef-automate_cert-rotate_generate-certificate-config.yaml @@ -0,0 +1,73 @@ +name: chef-automate cert-rotate generate-certificate-config +synopsis: 'Chef Automate generate certificate config ' +usage: | + chef-automate cert-rotate generate-certificate-config [flags] +description: | + Chef Automate CLI command to generate certificates config, this command should always be executed from AutomateHA Bastion Node +options: +- name: help + shorthand: h + default_value: "false" + usage: help for generate-certificate-config +inherited_options: +- name: a2 + default_value: "false" + usage: Automate Certificate Rotation +- name: admin-cert + usage: Admin certificate +- name: admin-key + usage: Admin Private certificate +- name: automate + shorthand: a + default_value: "false" + usage: Automate Certificate Rotation +- name: cc + usage: Cluster certificate file +- name: certificate-config + usage: Cluster certificate file +- name: chef_server + shorthand: c + default_value: "false" + usage: Chef Infra Server Certificate Rotation +- name: cs + default_value: "false" + usage: Chef Infra Server Certificate Rotation +- name: debug + shorthand: d + default_value: "false" + usage: Enable debug output +- name: no-check-version + default_value: "false" + usage: Disable version check +- name: node + usage: Node Ip address +- name: opensearch + shorthand: o + default_value: "false" + usage: OS Certificate Rotation +- name: os + default_value: "false" + usage: OS Certificate Rotation +- name: pg + default_value: "false" + usage: Postgres Certificate Rotation +- name: postgresql + shorthand: p + default_value: "false" + usage: Postgres Certificate Rotation +- name: private-cert + usage: Private certificate +- name: public-cert + usage: Public certificate +- name: result-json + usage: Write command result as JSON to PATH +- name: root-ca + usage: RootCA certificate +- name: wait-timeout + default_value: "600" + usage: | + This flag sets the operation timeout duration (in seconds) for each individual node during the certificate rotation process +see_also: +- chef-automate cert-rotate - Chef Automate rotate cert +compatible_with: AutomateHA +supported_on: Bastion diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 158d3bb914..4ed908339b 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1,4 +1,4 @@ -# github.com/chef/automate/components/docs-chef-io v0.0.0-20231027151655-61e0a5d70b2c +# github.com/chef/automate/components/docs-chef-io v0.0.0-20231211091719-675a588cf45d # github.com/chef/desktop-config/docs-chef-io v0.0.0-20230711052355-bad26ce3ac0b # github.com/habitat-sh/habitat/components/docs-chef-io v0.0.0-20230808222519-d0c20bbe8c45 # github.com/chef/chef-server/docs-chef-io v0.0.0-20231127093116-305bca610b36 diff --git a/go.mod b/go.mod index 8f02b70cba..1e1755ec03 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/chef/chef-web-docs go 1.18 require ( - github.com/chef/automate/components/docs-chef-io v0.0.0-20231027151655-61e0a5d70b2c // indirect + github.com/chef/automate/components/docs-chef-io v0.0.0-20231211091719-675a588cf45d // indirect github.com/chef/chef-server/docs-chef-io v0.0.0-20231127093116-305bca610b36 // indirect github.com/chef/chef-workstation/docs-chef-io v0.0.0-20231204171850-c0bc9926378a // indirect github.com/chef/compliance-profiles/docs-chef-io v0.0.0-20231031143423-5ffd549d4a19 // indirect diff --git a/go.sum b/go.sum index d1054d6a4a..0a6301eefa 100644 --- a/go.sum +++ b/go.sum @@ -1,8 +1,8 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/chef/automate/components/docs-chef-io v0.0.0-20231027151655-61e0a5d70b2c h1:qp3KGGBgifLcQFbci1bzNDNI8qoIwVLvRCuvSfzuCPI= -github.com/chef/automate/components/docs-chef-io v0.0.0-20231027151655-61e0a5d70b2c/go.mod h1:juvLC7Rt33YOCgJ5nnfl4rWZRAbSwqjTbWmcAoA0LtU= +github.com/chef/automate/components/docs-chef-io v0.0.0-20231211091719-675a588cf45d h1:nn49oLfseVTQUqwfogcFzo4f1HdhKfM7IE3C5IZ2UIA= +github.com/chef/automate/components/docs-chef-io v0.0.0-20231211091719-675a588cf45d/go.mod h1:juvLC7Rt33YOCgJ5nnfl4rWZRAbSwqjTbWmcAoA0LtU= github.com/chef/chef-server/docs-chef-io v0.0.0-20231127093116-305bca610b36 h1:yognvfb/VxihujSLSPmu3mFZ+fXgzDv/L4+84W9TA1o= github.com/chef/chef-server/docs-chef-io v0.0.0-20231127093116-305bca610b36/go.mod h1:gMSa25GUHmLimA0gjvRd3hs1buOBqkKPrdHzHvaJauY= github.com/chef/chef-workstation/docs-chef-io v0.0.0-20231204171850-c0bc9926378a h1:3Yo2eavBf3KWbUcDq71I1wsOPSjeGL9/MvB8bhMw0Ys=