feat: add websocket authentication using jwt token #1387
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
commitlint
11s
flake8
8s
isort
5s
black
8s
build-and-test-image
3m 13s
Matrix: all-tests
Annotations
2 errors
isort
Process completed with exit code 1.
|
commitlint
You have commit messages with errors
⧗ input: feat: 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.
Linked AAP-17776: ansible-rulebook uses token for authentication
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
|