Make randomly generated secret length configurable
This commit is contained in:
@@ -93,6 +93,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
|
||||
defalut: 128
|
||||
|
||||
container_env:
|
||||
description: A dict of environment variables for the container
|
||||
|
||||
Reference in New Issue
Block a user