Lab 916 update api to check for existing break glass group and users - #64
Closed
TMoody (TheMartianMaker) wants to merge 2 commits into
Closed
Conversation
TMoody (TheMartianMaker)
requested a review
from Elliot Huffman (elliot-huffman)
November 6, 2025 14:11
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new GET endpoint /Api/Deploy/Remediate/BreakGlass to the SHIELD API specification for checking the status of break glass groups and required users.
- Introduces a new API endpoint that returns a boolean indicating whether 2 or more users exist in the break glass group
- Includes OpenAPI schema definition with response examples for both true and false cases
- Follows the Deploy endpoint pattern and is tagged under the "Deploy" category
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updated path at the request of @elliot-huffman
Pasha Zayko (pasha-zayko)
changed the base branch from
main
to
LAB-938-CSPM-main
November 19, 2025 18:34
Updated path to match spec and endpoint
TMoody (TheMartianMaker)
deleted the
LAB-916-Update-API-to-check-for-existing-break-glass-group-and-users
branch
February 3, 2026 14:59
This file contains hidden or 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
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.
Route to obtain break glass status was added for ticket:
https://shilab-shicorp.atlassian.net/browse/LAB-916