Skip to content

Commit b8c63bb

Browse files
committed
updated velero doc
1 parent 48924b9 commit b8c63bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/velero-with-swift-vsphere-csi-config-guide.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ CSI snapshots provide sufficient backup coverage for current needs.
8181
**Solution**: Both `OS_SWIFT_TEMP_URL_KEY` and `OS_SWIFT_TEMP_URL_DIGEST` are required in the credentials secret. These must match the temp URL key configured on the Swift container.
8282

8383
```bash
84+
TEMP_URL_KEY=$(head /dev/urandom | tr -dc 'a-z0-9' | head -c "35")
85+
echo "$TEMP_URL_KEY"
8486
# Set temp URL key on Swift container (if not already set)
85-
swift post -m "Temp-URL-Key: <your-key>"
87+
openstack --os-cloud flex-dfw3 container set --property "Temp-URL-Key=$TEMP_URL_KEY"
8688
```
8789

8890
The `OS_SWIFT_TEMP_URL_KEY` value must match the key set on the container, and `OS_SWIFT_TEMP_URL_DIGEST` specifies the hash algorithm (typically `sha256`).

0 commit comments

Comments
 (0)