From ca1b96004311e6a2da14eb6085b98968dec55269 Mon Sep 17 00:00:00 2001 From: Dorn- Date: Wed, 16 Jun 2021 21:49:01 +0200 Subject: [PATCH] fix: typo in openStackSwift credentials username A typo was made inside the credentials used by openStackSwift publisher. As you can see here: https://github.com/backstage/backstage/blob/master/packages/techdocs-common/src/stages/publish/openStackSwift.ts#L67 or https://github.com/backstage/backstage/blob/master/plugins/techdocs-backend/config.d.ts#L119 Signed-off-by: Flavien Chantelot Signed-off-by: Flavien Chantelot --- docs/features/techdocs/using-cloud-storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/using-cloud-storage.md b/docs/features/techdocs/using-cloud-storage.md index 62ee4867c8..119629915e 100644 --- a/docs/features/techdocs/using-cloud-storage.md +++ b/docs/features/techdocs/using-cloud-storage.md @@ -370,7 +370,7 @@ techdocs: openStackSwift: containerName: 'name-of-techdocs-storage-bucket' credentials: - userName: ${OPENSTACK_SWIFT_STORAGE_USERNAME} + username: ${OPENSTACK_SWIFT_STORAGE_USERNAME} password: ${OPENSTACK_SWIFT_STORAGE_PASSWORD} authUrl: ${OPENSTACK_SWIFT_STORAGE_AUTH_URL} keystoneAuthVersion: ${OPENSTACK_SWIFT_STORAGE_AUTH_VERSION}