-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove test token feature #2100
Conversation
horreum-api/src/main/java/io/hyperfoil/tools/horreum/api/services/RunService.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me but I'd update the documentation accordingly, i.e., removing any mention to the Horreum token like https://horreum.hyperfoil.io/docs/tasks/upload-run/#getting-horreum-token and adding a new migration guide (even very simple) clearly stating out to migrate from Horreum token to the API token approach.
horreum-api/src/main/java/io/hyperfoil/tools/horreum/api/services/RunService.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comments
horreum-api/src/main/java/io/hyperfoil/tools/horreum/api/services/RunService.java
Show resolved
Hide resolved
horreum-api/src/main/java/io/hyperfoil/tools/horreum/api/services/TestService.java
Outdated
Show resolved
Hide resolved
horreum-backend/src/main/java/io/hyperfoil/tools/horreum/server/EncryptionManager.java
Show resolved
Hide resolved
horreum-backend/src/main/java/io/hyperfoil/tools/horreum/svc/RunServiceImpl.java
Outdated
Show resolved
Hide resolved
horreum-backend/src/main/java/io/hyperfoil/tools/horreum/svc/RunServiceImpl.java
Outdated
Show resolved
Hide resolved
horreum-backend/src/main/java/io/hyperfoil/tools/horreum/svc/TestServiceImpl.java
Outdated
Show resolved
Hide resolved
horreum-backend/src/main/java/io/hyperfoil/tools/horreum/svc/TestServiceImpl.java
Show resolved
Hide resolved
horreum-backend/src/test/java/io/hyperfoil/tools/horreum/svc/BaseServiceTest.java
Show resolved
Hide resolved
horreum-backend/src/test/java/io/hyperfoil/tools/horreum/svc/RunServiceTest.java
Show resolved
Hide resolved
I have opened #2154 to track the guide |
The introduction of API keys (#1952) as an alternative authentication mechanism makes the test tokens redundant.
We're now at a point when that feature can be removed.