From 8ba4f964d4cf22b078487f360d91cc24f37bb195 Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Wed, 8 Feb 2023 13:42:49 +0700 Subject: [PATCH] Switch Azure KV integration on --- backend/src/variables/integration.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/src/variables/integration.ts b/backend/src/variables/integration.ts index f084f54b40..0cac80984a 100644 --- a/backend/src/variables/integration.ts +++ b/backend/src/variables/integration.ts @@ -47,6 +47,16 @@ const INTEGRATION_RENDER_API_URL = 'https://api.render.com'; const INTEGRATION_FLYIO_API_URL = 'https://api.fly.io/graphql'; const INTEGRATION_OPTIONS = [ + { + name: 'Azure Key Vault', + slug: 'azure-key-vault', + image: 'Microsoft Azure.png', + isAvailable: true, + type: 'oauth', + clientId: CLIENT_ID_AZURE, + tenantId: TENANT_ID_AZURE, + docsLink: '' + }, { name: 'Heroku', slug: 'heroku', @@ -102,16 +112,6 @@ const INTEGRATION_OPTIONS = [ clientId: '', docsLink: '' }, - { - name: 'Azure Key Vault', - slug: 'azure-key-vault', - image: 'Microsoft Azure.png', - isAvailable: false, - type: 'oauth', - clientId: CLIENT_ID_AZURE, - tenantId: TENANT_ID_AZURE, - docsLink: '' - }, { name: 'Google Cloud Platform', slug: 'gcp',