Skip to content

Commit

Permalink
Undo changes after request for review
Browse files Browse the repository at this point in the history
  • Loading branch information
widhalmt committed Oct 23, 2024
1 parent a70222e commit da2cf15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions molecule/elasticsearch_no-security/verify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
# This is an example playbook to execute Ansible tests.

- name: Verify
hosts: all
Expand Down
2 changes: 1 addition & 1 deletion molecule/elasticsearch_test_modules/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
netways.elasticstack.elasticsearch_user:
name: new-user1
fullname: New User
password: "{{ lookup('random_string', length=12, override_special='-_=+!#') }}"
password: "changeMe123!"

Check warning on line 53 in molecule/elasticsearch_test_modules/converge.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Passwords And Secrets - Generic Password

Query to find passwords and secrets in infrastructure code.
email: [email protected]
roles:
- new-role1
Expand Down
2 changes: 1 addition & 1 deletion molecule/elasticstack_default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
elasticstack_full_stack: true
elasticstack_no_log: false
logstash_pipeline_unsafe_shutdown: true
logstash_redis_password: "{{ lookup('random_string', length=12, override_special='-_=+!#') }}"
logstash_redis_password: "ThisIsMyRedisTest"

Check warning on line 21 in molecule/elasticstack_default/converge.yml

View workflow job for this annotation

GitHub Actions / kics

[HIGH] Passwords And Secrets - Generic Password

Query to find passwords and secrets in infrastructure code.
redis_requirepass: "{{ logstash_redis_password }}"
beats_filebeat_syslog_udp: true
beats_filebeat_syslog_tcp: true
Expand Down

0 comments on commit da2cf15

Please sign in to comment.