The Guide to MCP Auth: Identity, Consent, and Agent Security
1–5 of 5 posts
Re: The Guide to MCP Auth: Identity, Consent, and Agent Security
#2I feel like when CICD systems are well built, they're built assuming the user/engineer is completely non-deterministic, like an unpredictable agent.
Re: The Guide to MCP Auth: Identity, Consent, and Agent Security
#3It's a similar problem faced by CICD pipelines. e.g. engineers (delegator) trigger pipelines tasks via APIs (MCP) which sees pipeline run terraform (agent) code which makes stuff be built and changed on various platforms, including configuring and interacting with other (upstream) services. I feel like when CICD systems are well built, they're built assuming the user/engineer is completely non-deterministic, like an…
I doubt we'll want each prompt we make that could leverage an MCP to be peer reviewed beforehand in the same way.
Re: The Guide to MCP Auth: Identity, Consent, and Agent Security
#4It's a similar problem faced by CICD pipelines. e.g. engineers (delegator) trigger pipelines tasks via APIs (MCP) which sees pipeline run terraform (agent) code which makes stuff be built and changed on various platforms, including configuring and interacting with other (upstream) services. I feel like when CICD systems are well built, they're built assuming the user/engineer is completely non-deterministic, like an…
It is a bit of a different thing than pipelines because in every organisation I've worked at you're expected to have a peer review via pull request for anything going to production - and that is before the change is merged/pipeline triggered. The idea is that anything super-nefarious should be caught by the peer during the PR review and questioned/denied before it can happen. I doubt we'll want each prompt we make th…
Re: The Guide to MCP Auth: Identity, Consent, and Agent Security
#5It's a similar problem faced by CICD pipelines. e.g. engineers (delegator) trigger pipelines tasks via APIs (MCP) which sees pipeline run terraform (agent) code which makes stuff be built and changed on various platforms, including configuring and interacting with other (upstream) services. I feel like when CICD systems are well built, they're built assuming the user/engineer is completely non-deterministic, like an…
It is a bit of a different thing than pipelines because in every organisation I've worked at you're expected to have a peer review via pull request for anything going to production - and that is before the change is merged/pipeline triggered. The idea is that anything super-nefarious should be caught by the peer during the PR review and questioned/denied before it can happen. I doubt we'll want each prompt we make th…