-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Adds endpoint to list installations, support org_name lookup with more than 30 installations #141
Merged
martinbaillie
merged 12 commits into
martinbaillie:master
from
ajvpot:installations_endpoint
Jan 21, 2025
Merged
Adds endpoint to list installations, support org_name lookup with more than 30 installations #141
martinbaillie
merged 12 commits into
martinbaillie:master
from
ajvpot:installations_endpoint
Jan 21, 2025
+410
−23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ajvpot
changed the title
Adds endpoint to list installations
Adds endpoint to list installations, support org_name lookup with more than 30 installations
Jul 9, 2024
martinbaillie
force-pushed
the
master
branch
6 times, most recently
from
January 18, 2025 10:15
21253d0
to
1c11fa8
Compare
Signed-off-by: Martin Baillie <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.1.0 to 4.5.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.1.0...v4.5.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Martin Baillie <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.5.0 to 5.1.2. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4.5.0...v5.1.2) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
martinbaillie
force-pushed
the
installations_endpoint
branch
from
January 20, 2025 03:13
d3247b3
to
7aab5de
Compare
Signed-off-by: Martin Baillie <[email protected]>
Signed-off-by: Martin Baillie <[email protected]>
Signed-off-by: Martin Baillie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
org_name
lookup as well as the new installations endpoint.