II.
Topic JSON
Structured · livetopic:krate-agent-config-grant
Krate Agent Config Grant json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-config-grant",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Config Grant",
"description": "ConfigMap access grant for an agent within Krate. Analogous to\nSecretGrant but for non-sensitive configuration data. Grants name\nthe specific ConfigMap and optional key filter, allowing agents to\nread application configuration without broad cluster-level ConfigMap\naccess.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-config-grant",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-config-grant",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-config-grant",
"to": "topic:krate-agent-service-account",
"kind": "requires",
"attributes": {}
},
{
"from": "topic:krate-agent-config-grant",
"to": "topic:krate-agent-secret-grant",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-secret-grant",
"to": "topic:krate-agent-config-grant",
"kind": "related_to",
"attributes": {}
}
]
}