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 <flavien.chantelot@corp.ovh.com> Signed-off-by: Flavien Chantelot <flavien.chantelot@ovhcloud.com>
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user