Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsuru/acl-plugin
tsuru CLI plugin to interact with ACL-API
https://github.com/tsuru/acl-plugin
Last synced: 3 days ago
JSON representation
tsuru CLI plugin to interact with ACL-API
- Host: GitHub
- URL: https://github.com/tsuru/acl-plugin
- Owner: tsuru
- License: bsd-3-clause
- Created: 2023-01-16T14:16:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T12:57:35.000Z (6 months ago)
- Last Synced: 2024-10-31T05:34:53.671Z (14 days ago)
- Language: Go
- Size: 94.7 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acl-plugin
tsuru CLI plugin to interact with ACL-API
```mermaid
graph TD;
developer[Developer];
tsuru-client[Tsuru Client + ACL Plugin];
aclapi[ACL-API];
mongodb[(MongoDB)];
acl-operator[acl-operator];
network-policies[Kubernetes Network Policies]developer -- Manage ACL Rules --> tsuru-client;
tsuru-client -- Calls via API --> tsuru
tsuru -- service contract --> aclapi;
aclapi --> mongodb;
acl-operator -- Pull Rules ----> aclapiclick tsuru-client "https://www.github.com/tsuru/tsuru-client" "Access github project"
click tsuru "https://www.github.com/tsuru/tsuru" "Access github project"
click aclapi "https://www.github.com/tsuru/acl-api" "Access github project"click acl-operator "https://www.github.com/tsuru/acl-operator" "Access github project"
click network-policies "https://kubernetes.io/docs/concepts/services-networking/network-policies/" "Read more about kubernetes network policies"subgraph "cluster(s) [1..N]"
acl-operator -- Manage --> network-policies
end
```## Install
```
tsuru plugin install acl https://github.com/tsuru/acl-plugin/releases/latest/download/manifest.json
```