Skip to content

Add warnings field to FGA check / query response#442

Merged
atainter merged 3 commits intomainfrom
at-add-fga-warnings
May 8, 2025
Merged

Add warnings field to FGA check / query response#442
atainter merged 3 commits intomainfrom
at-add-fga-warnings

Conversation

@atainter
Copy link
Copy Markdown
Contributor

@atainter atainter commented May 8, 2025

Description

Adds warning field to check and query response

 "warnings": [
    {
        "code": "missing_context_keys",
        "message": "missing context keys required to evaluate policies - results may be incomplete",
        "keys": [
            "clientIp",
            "element1",
            "element2"
        ]
    }
]

@atainter atainter requested a review from a team as a code owner May 8, 2025 18:20
@atainter atainter requested a review from nave91 May 8, 2025 18:20
@atainter atainter changed the title Add warnings to FGA check / query response Add warnings field to FGA check / query response May 8, 2025
@atainter atainter merged commit 32d1c49 into main May 8, 2025
6 checks passed
@atainter atainter deleted the at-add-fga-warnings branch May 8, 2025 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants