feat: add websocket authentication using jwt token #1385
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
commitlint
12s
flake8
10s
isort
5s
black
8s
build-and-test-image
3m 14s
Matrix: all-tests
Annotations
3 errors
isort
Process completed with exit code 1.
|
black
Process completed with exit code 1.
|
commitlint
You have commit messages with errors
⧗ input: Add websocket authentication using jwt token
The cli expects to receive websocket-access-token, websocket-refresh-token,
and websocket-token-address.
It does not send the authentication header if above arguments are not
provided, so it works with the old eda-server that does not authenticate
incomming websocket connecitons.
Fixes AAP-17776: ansible-rulebook uses token for authentication
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ found 2 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|