Add long secret test case (commented)

This commit is contained in:
Rich M 2023-10-10 21:43:12 +01:00
parent 8f9dd819f7
commit b1c16d9c4d
2 changed files with 13 additions and 0 deletions

View File

@ -15,5 +15,6 @@ WITH_COMMENT=foo # should be removed
SECRET_TEST_PASS_ONE_VERSION=v1
SECRET_TEST_PASS_TWO_VERSION=v1 # length=10
#SECRET_EXTRA_PASS_VERSION=v1
#SECRET_LONG_SECRET_VERSION=v1
NETWORK_WITH_COMMENT=BAZ # should be removed

12
compose.long_secret.yml Normal file
View File

@ -0,0 +1,12 @@
---
version: "3.8"
services:
app:
secrets:
- long_secret
secrets:
long_secret:
external: true
name: ${STACK_NAME}_long_secret1234567890_${SECRET_LONG_SECRET_VERSION}