martinbaillie / vault-plugin-secrets-github

Create ephemeral, finely-scoped @github access tokens using @hashicorp Vault.
https://martin.baillie.id/wrote/ephemeral-github-tokens-via-hashicorp-vault/
Apache License 2.0
269 stars 24 forks source link

Adds endpoint to list installations, support org_name lookup with more than 30 installations #141

Open ajvpot opened 3 months ago

ajvpot commented 3 months ago

This PR adds an endpoint that can be fetched to list the installation IDs. This allows a client of vault to enumerate all installations. Previously, this could only be done by calling the listInstallations API directly with the private key.