Skip to content

Commit

Permalink
add another scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Dec 18, 2024
1 parent 0b68b99 commit e7cad9c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions helm/alfresco-content-services/tests/search_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,28 @@ tests:
- equal:
path: data.kibana-password
value: ""

- it: Should set correct credentials with external audit and external elastisearch as the same cluster
values: *testvalues
set:
global:
search:
username: elastic
password: changeme
auditIndex:
external:
enabled: true
template: secret-search.yaml
asserts:
- equal:
path: data.SEARCH_USERNAME
value: ZWxhc3RpYw==
- equal:
path: data.SEARCH_PASSWORD
value: Y2hhbmdlbWU=
- equal:
path: data.AUDIT_SEARCH_USERNAME
value: ZWxhc3RpYw==
- equal:
path: data.AUDIT_SEARCH_PASSWORD
value: Y2hhbmdlbWU=

0 comments on commit e7cad9c

Please sign in to comment.