rougail-user-data-bitwarden/tests/structures/5_secret_calc_other_user_data3/00-base.yml

42 lines
660 B
YAML
Raw Permalink Normal View History

%YAML 1.2
---
version: 1.1
host:
description: hostname
default: test
hidden: true
project:
description: the project
default: 5_secret_calc
hidden: true
environment:
description: the environment
default: environment
hidden: true
service:
description: the service
default: service
hidden: true
modified_variable_single: # a variable modified
secret:
description: the second secret
type: secret
secret_manager:
host:
variable: _.host
project:
variable: _.project
environment:
variable: _.environment
service:
variable: _.service
user:
variable: _.modified_variable_single
...