docs: correct not_enforced now that the default is deny - #87
Merged
Conversation
agent-identity.md contradicted itself: the callout at the top says a delegated check against a model with no `type agent` is now denied, while the observability table two screens down still said it is "authorized as the user alone". metrics-monitoring.md carried the same stale line. Both now describe what the outcome actually means, which depends on --fga-allow-unconstrained-agents: unset it is a denial (a misconfiguration users will report as a broken integration), set it is the old unconstrained behaviour (exposure with a clock on it). Same remedy either way.
The heading is 'Self-registering clients: CIMD vs DCR', so the slug carries the suffix. Broke the build's anchor check on main.
✅ Deploy Preview for authorizerdev-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
--fga-allow-unconstrained-agentschanged the default: a delegated check against a model with notype agentis now denied rather than authorized as the delegating user alone.agent-identity.mdwas updated at the top but not further down, so it contradicted itself — the callout says "is now denied", the observability table two screens later still said "authorized as the user alone".metrics-monitoring.mdcarried the same stale line.Both now describe what
not_enforcedactually means, which depends on the flag:Same remedy either way: add
type agentand grant the agents.Also fixes a broken anchor on
/core/mcp(#self-registering-clients→#self-registering-clients-cimd-vs-dcr) that was failing the build's anchor check on main — unrelated to the above, separate commit.Verified:
npm run buildclean, zero broken links or anchors.