Logo
Explore Help
Sign In
jesus/stratumiops
1
0
Fork 0
You've already forked stratumiops
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
stratumiops/config/cedar/permit-orchestrator-execute.cedar

7 lines
184 B
Plaintext
Raw Permalink Normal View History

feat: add stratum-orchestrator with graph, state, NATS, and Nickel action nodes New crates: stratum-orchestrator (Cedar authz, Vault secrets, Nu/agent executors, saga runner), stratum-graph (petgraph DAG + SurrealDB repo), stratum-state (SurrealDB tracker), platform-nats (NKey auth client), ncl-import-resolver. Updates: stratum-embeddings (SurrealDB store + persistent cache), stratum-llm circuit breaker. Adds Nickel action-nodes, schemas, config, Nushell scripts, docker-compose dev stack, and ADR-003.
2026-02-22 21:33:26 +00:00
// Permit the orchestrator principal to execute any node.
permit(
principal == User::"orchestrator",
action == Action::"execute",
resource in ResourceGroup::"nodes"
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 67ms Template: 1ms
English
English Español
Licenses API