We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The PGP retrieval endpoint requires auth from the client:
fleet-server/internal/pkg/api/handlePGPRequest.go
Lines 54 to 58 in 76abe76
While this is defined behaviour as part of the OpenAPI spec
fleet-server/model/openapi.yml
Lines 1762 to 1768 in 76abe76
it should be removed as agents do not include an API key when attempting to get the PGP key
The text was updated successfully, but these errors were encountered:
michel-laterman
Successfully merging a pull request may close this issue.
The PGP retrieval endpoint requires auth from the client:
fleet-server/internal/pkg/api/handlePGPRequest.go
Lines 54 to 58 in 76abe76
While this is defined behaviour as part of the OpenAPI spec
fleet-server/model/openapi.yml
Lines 1762 to 1768 in 76abe76
it should be removed as agents do not include an API key when attempting to get the PGP key
The text was updated successfully, but these errors were encountered: