You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some OpenAPI endpoints for PKI aren't being marked as such:
OpenAPI data: map[description:Fetch an issuer's Certificate Revocation Log (CRL). get:map[operationId:getPkiIssuerIssuer_refCrl responses:map[200:map[content:map[application/json:map[schema:map[$ref:#/components/schemas/PkiIssuerCrlResponse]]] description:OK]] tags:[secrets]] parameters:[map[description:Reference to a existing issuer; either "default" for the configured default issuer, an identifier or the name assigned to the issuer. in:path name:issuer_ref required:true schema:map[default:default type:string]]]]
Unauthed endpoint is not marked unauthenticated in OpenAPI data: /pki/issuer/{issuer_ref}/crl/delta/pem->issuer/default/crl/delta/pem
To Reproduce
Steps to reproduce the behavior:
Run vault secrets enable pki
Run vault read sys/internal/specs/openapi
See error: some PKI endpoints aren't marked unauthed.
Expected behavior
PKI endpoints which are unauthed should be marked with x-vault-unauthenticated per our OpenAPI spec :-)
Describe the bug
Some OpenAPI endpoints for PKI aren't being marked as such:
To Reproduce
Steps to reproduce the behavior:
vault secrets enable pki
vault read sys/internal/specs/openapi
Expected behavior
PKI endpoints which are unauthed should be marked with
x-vault-unauthenticated
per our OpenAPI spec :-)Environment:
main
cc: @averche :-)
The text was updated successfully, but these errors were encountered: