What problem does it solve?
This Skill automates the generation and submission of Neptune ACL requests across multiple environments, reducing manual steps, human error, and deployment friction in secure access workflows.
Core Features & Use Cases
- Batch ACL applications: submit ACL requests for multiple source/target pairs, RPC methods, and clusters in a single operation.
- Environment-aware automation: supports BOE, Online-CN, and i18n-BD, with optional pre-release handling for non-BOE environments.
- JWT-based authentication: uses x-jwt-token (or NEPTUNE_JWT) for secure API calls and can propagate tokens through automation.
- Use Case: Internal teams needing to grant cross-service access quickly without manual Neptune portal steps.
Quick Start
Run the script with appropriate flags, for example:
python3 .coco/skills/auto-acl-apply/scripts/apply_acl.py --source "bitable.extend.application" --target "bitable.domain.application" --method "/api/info" --env "BOE" --jwt "<your-jwt-token>"