Skip to content

[tooling] Add authentification tests #1430

Merged
BenjaminPelletier merged 2 commits into
interuss:masterfrom
Orbitalize:security_tests
Apr 14, 2026
Merged

[tooling] Add authentification tests #1430
BenjaminPelletier merged 2 commits into
interuss:masterfrom
Orbitalize:security_tests

Conversation

@the-glu

@the-glu the-glu commented Apr 13, 2026

Copy link
Copy Markdown
Member

This PR follows #1429

The PR add authentication tests. Endpoints list is based on generated server.gen.go: idea is to look at endpoints actually in the code and not interfaces that may be out-of-date (or added without changed the script there).

data = json.loads(r)

if not "access_token":
if "access_token" not in data:

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed and fixed that one when copy-pasting it, probably not worth a dedicated PR ^^'

@the-glu the-glu force-pushed the security_tests branch 4 times, most recently from 4548d0e to 56053d4 Compare April 13, 2026 16:04
Comment thread build/dev/security_locally.sh Outdated
Comment thread build/dev/security_locally.sh Outdated
Comment thread Makefile
Comment thread build/dev/security_locally.sh Outdated
Comment thread pkg/aux_/pool_participants.go Outdated
the-glu and others added 2 commits April 14, 2026 08:04
Co-authored-by: Benjamin Pelletier <BenjaminPelletier@users.noreply.github.com>
@BenjaminPelletier BenjaminPelletier merged commit 46eef54 into interuss:master Apr 14, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants