This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Zendesk credentials to Smart Answers
This adds two environment variables from Smart Answers to represent the Zendesk credentials They are need by the broken links rake task as it sends a report to Zendesk to be triaged by content support.
- Loading branch information
1 parent
7b45774
commit aaf1d96
Showing
4 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -800,6 +800,7 @@ govuk::apps::specialist_publisher::redis_port: "%{hiera('sidekiq_port')}" | |
govuk::apps::smartanswers::nagios_memory_warning: 4000 | ||
govuk::apps::smartanswers::nagios_memory_critical: 4500 | ||
govuk::apps::smartanswers::unicorn_worker_processes: "4" | ||
govuk::apps::smartanswers::zendesk_client_username: '[email protected]/token' | ||
|
||
govuk::apps::smokey::http_username: "%{hiera('http_username')}" | ||
govuk::apps::smokey::http_password: "%{hiera('http_password')}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -220,6 +220,7 @@ govuk::apps::search_api::enable_learning_to_rank: true | |
govuk::apps::service_manual_publisher::govuk_notify_template_id: "e00e89f5-b622-4dcb-8f30-e6c70231a940" | ||
govuk::apps::short_url_manager::govuk_notify_template_id: "e00e89f5-b622-4dcb-8f30-e6c70231a940" | ||
govuk::apps::short_url_manager::instance_name: 'production' | ||
govuk::apps::smartanswers::zendesk_client_username: '[email protected]/token' | ||
govuk::apps::specialist_publisher::aws_region: 'eu-west-1' | ||
govuk::apps::specialist_publisher::aws_s3_bucket_name: 'govuk-production-specialist-publisher-csvs' | ||
govuk::apps::specialist_publisher::enabled: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters