|
| 1 | +{ |
| 2 | + "version": 1, |
| 3 | + "skills": { |
| 4 | + "access-control": { "companions": ["permissions-matrix.md", "principals.md"] }, |
| 5 | + "stateful-storage": { "companions": [] }, |
| 6 | + "native-networking": { "companions": [] }, |
| 7 | + "ipset-load-balancing": { "companions": [] }, |
| 8 | + "external-logging": { "companions": ["providers.md"] }, |
| 9 | + "audit-compliance": { "companions": [] }, |
| 10 | + "workload-security": { "companions": [] } |
| 11 | + }, |
| 12 | + "toolSkills": { |
| 13 | + "create_policy": "access-control", |
| 14 | + "delete_policy": "access-control", |
| 15 | + "get_permissions": "access-control", |
| 16 | + "create_group": "access-control", |
| 17 | + "edit_group": "access-control", |
| 18 | + "delete_group": "access-control", |
| 19 | + "invite_user_to_org": "access-control", |
| 20 | + "add_key_to_service_account": "access-control", |
| 21 | + "create_identity": "access-control", |
| 22 | + "update_identity": "access-control", |
| 23 | + "delete_identity": "access-control", |
| 24 | + "create_cloud_account": "access-control", |
| 25 | + "update_cloud_account": "access-control", |
| 26 | + "delete_cloud_account": "access-control", |
| 27 | + |
| 28 | + "mount_volumeset_to_workload": "stateful-storage", |
| 29 | + "delete_volumeset": "stateful-storage", |
| 30 | + "expand_volumeset": "stateful-storage", |
| 31 | + "shrink_volumeset": "stateful-storage", |
| 32 | + "delete_volumeset_volume": "stateful-storage", |
| 33 | + "create_volumeset_snapshot": "stateful-storage", |
| 34 | + "delete_volumeset_snapshot": "stateful-storage", |
| 35 | + "restore_volumeset_snapshot": "stateful-storage", |
| 36 | + |
| 37 | + "add_identity_network_resource": "native-networking", |
| 38 | + "add_identity_native_network_resource": "native-networking", |
| 39 | + "remove_identity_network_resource": "native-networking", |
| 40 | + "create_agent": "native-networking", |
| 41 | + "update_agent": "native-networking", |
| 42 | + "delete_agent": "native-networking", |
| 43 | + |
| 44 | + "create_ipset": "ipset-load-balancing", |
| 45 | + "update_ipset": "ipset-load-balancing", |
| 46 | + "delete_ipset": "ipset-load-balancing", |
| 47 | + "add_ipset_location": "ipset-load-balancing", |
| 48 | + "remove_ipset_location": "ipset-load-balancing", |
| 49 | + |
| 50 | + "configure_external_logging": "external-logging", |
| 51 | + "remove_external_logging": "external-logging", |
| 52 | + |
| 53 | + "create_audit_context": "audit-compliance", |
| 54 | + "edit_audit_context": "audit-compliance", |
| 55 | + |
| 56 | + "create_workload": "workload-security", |
| 57 | + "update_workload": "workload-security", |
| 58 | + "delete_workload": "workload-security" |
| 59 | + } |
| 60 | +} |
0 commit comments