sanikapanika/Post-Anonymization Secrets Populator
Inserts your safe test config data into a database from a YAML file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db_host | Database host | yes | — |
| db_port | Database port | yes | — |
| db_name | Database name | yes | — |
| db_user | Database user | yes | — |
| db_password | Database password | yes | — |
| config_file | YAML file with insert data | yes | — |
| commit_strategy | How to commit changes: per_table or all_or_nothing | no | all_or_nothing |
| use_ssh_tunnel | Use SSH tunnel to connect to the database | no | false |
| ssh_jump_host | SSH jump host for tunneling | no | — |
| ssh_jump_port | SSH jump host port for tunneling | no | — |
| ssh_jump_user | SSH jump host user for tunneling | no | — |
| ssh_jump_key | SSH jump host private key for tunneling | no | — |
Outputs
no outputs