From 2b2f96f3f67e2d6b54e143055b77bd951fcd0513 Mon Sep 17 00:00:00 2001 From: markphelps Date: Sat, 23 Dec 2023 01:16:04 +0000 Subject: [PATCH] chore: format code --- configuration/storage.mdx | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/configuration/storage.mdx b/configuration/storage.mdx index cedfbf1..c093521 100644 --- a/configuration/storage.mdx +++ b/configuration/storage.mdx @@ -382,20 +382,23 @@ The following is an example of how to configure Flipt to leverage this backend t also be required for Flipt to authenticate with the target object-store. - These should be provided as environment variables to the Flipt server process. There are 2 options supported for authentication: - - * Using [Azure credentials](https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication?tabs=bash#2-authenticate-with-azure) - ```bash - AZURE_CLIENT_ID=... #Application ID of an Azure service principal - AZURE_TENANT_ID=... #ID of the application's Microsoft Entra tenant - AZURE_CLIENT_SECRET=... #Password of the Azure service principal - ``` - * Using Azure Blob storage [account keys](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal) - - ```bash - AZURE_STORAGE_ACCOUNT=... # account name - AZURE_STORAGE_KEY=... # secret shared key - ``` +These should be provided as environment variables to the Flipt server process. There are 2 options supported for authentication: + +- Using [Azure credentials](https://learn.microsoft.com/en-us/azure/developer/go/azure-sdk-authentication?tabs=bash#2-authenticate-with-azure) + +```bash +AZURE_CLIENT_ID=... #Application ID of an Azure service principal +AZURE_TENANT_ID=... #ID of the application's Microsoft Entra tenant +AZURE_CLIENT_SECRET=... #Password of the Azure service principal +``` + +- Using Azure Blob storage [account keys](https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage?tabs=azure-portal) + +```bash +AZURE_STORAGE_ACCOUNT=... # account name +AZURE_STORAGE_KEY=... # secret shared key +``` + ### OCI Since `v1.31.0`, Flipt supports using any [OCI](https://opencontainers.org/) compatible registry as a declarative backend source.