Skip to content

Commit

Permalink
Added support for using a certificate and key. (opensearch-project#731)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
Signed-off-by: Nathalie Jonathan <[email protected]>
  • Loading branch information
dblock authored and nathaliellenaa committed Jan 7, 2025
1 parent fff2bd2 commit fd2ab8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ jobs:
--opensearch-url=${{ matrix.entry.url || 'https://localhost:9200'}} \
--opensearch-cert=${{ matrix.entry.cert }} \
--opensearch-key=${{ matrix.entry.key }} \
--tests=tests/${{ matrix.entry.tests || 'default' }} \
--log logs/test-spec-${{ steps.tests.outputs.hash }}.log
--tests=tests/${{ matrix.entry.tests || 'default' }}
- name: Get Container Logs
if: failure()
Expand Down
4 changes: 1 addition & 3 deletions tests/plugins/security/api/nodesdn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ chapters:
payload:
nodes_dn:
- CN=cluster.example.com
retry:
count: 3
response:
status: 201
payload:
Expand Down Expand Up @@ -63,4 +61,4 @@ chapters:
response:
status: 200
payload:
status: OK
status: OK

0 comments on commit fd2ab8f

Please sign in to comment.