Introduce collectionid filter for bitwarden parameters (#454)

This commit is contained in:
Kerem Yilmaz 2024-06-10 22:06:58 -07:00 committed by GitHub
parent bb19a8ab8e
commit 0ede4fdfa0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 56 additions and 10 deletions

View file

@ -36,6 +36,9 @@ class BitwardenLoginCredentialParameterYAML(ParameterYAML):
bitwarden_master_password_aws_secret_key: str
# parameter key for the url to request the login credentials from bitwarden
url_parameter_key: str
# bitwarden collection id to filter the login credentials from,
# if not provided, no filtering will be done
bitwarden_collection_id: str | None = None
class WorkflowParameterYAML(ParameterYAML):