Make randomly generated secret length configurable

This commit is contained in:
uumas
2025-04-04 21:21:42 +03:00
parent 335656a166
commit 9bb2b24948
3 changed files with 11 additions and 1 deletions

View File

@@ -110,6 +110,11 @@ argument_specs:
- If the value is not explicitly set, it will not be changed if the secret already exists.
type: str
required: false
length:
description: Length of randomly generated string
type: int
required: false
default: 128
service_container_env:
description: A dict of environment variables for the service container(s)
type: dict