diff --git a/app/filemetadata/devops/azure/template/task/gitops.yml b/app/filemetadata/devops/azure/template/task/gitops.yml index a120376b6fb6fd947d555969c08a75a2931e30e9..f80a55bd7f2cd857c5692cec7e5c98d399c851a8 100644 --- a/app/filemetadata/devops/azure/template/task/gitops.yml +++ b/app/filemetadata/devops/azure/template/task/gitops.yml @@ -52,9 +52,9 @@ steps: cd $(Build.SourcesDirectory)/$MANIFEST_REPO function configure_git_profile() { - git config --global user.email "gitops@azure.com" - git config --global user.name "osdu bot" - git config --global pull.ff only + git config --location=global user.email "gitops@azure.com" + git config --location=global user.name "osdu bot" + git config --location=global pull.ff only } function git_checkout() { diff --git a/app/sdms/devops/azure/template/task/gitops.yml b/app/sdms/devops/azure/template/task/gitops.yml index 53eec49f4e484b5dcdd090e9a1c1a363d8f090ff..16f483395ac363f1bb78cda640e5e64adfc6db35 100644 --- a/app/sdms/devops/azure/template/task/gitops.yml +++ b/app/sdms/devops/azure/template/task/gitops.yml @@ -55,9 +55,9 @@ steps: cd $(Build.SourcesDirectory)/$MANIFEST_REPO function configure_git_profile() { - git config --global user.email "gitops@azure.com" - git config --global user.name "osdu bot" - git config --global pull.ff only + git config --location=global user.email "gitops@azure.com" + git config --location=global user.name "osdu bot" + git config --location=global pull.ff only } function git_checkout() { diff --git a/app/sdms/src/cloud/providers/azure/keyvault.ts b/app/sdms/src/cloud/providers/azure/keyvault.ts index d844fdb9e588807597fd6e2c5e5f1449103c6e5d..1829207c582821df35a9392517f6e08246025453 100644 --- a/app/sdms/src/cloud/providers/azure/keyvault.ts +++ b/app/sdms/src/cloud/providers/azure/keyvault.ts @@ -20,8 +20,8 @@ import { AzureCredentials } from './credentials'; export class Keyvault { public static AI_INSTRUMENTATION_KEY = 'appinsights-key'; - public static REDIS_HOST = 'redis-hostname'; - public static REDIS_KEY = 'redis-password'; + public static REDIS_HOST = 'redis-queue-hostname'; + public static REDIS_KEY = 'redis-queue-password'; public static SP_TENANT_ID = 'app-dev-sp-tenant-id'; public static SP_CLIENT_ID = 'app-dev-sp-username'; // pragma: allowlist nextline secret