Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior authored Jan 23, 2023
1 parent 959c050 commit 387cb6d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 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 ----> aclapi
click 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
```

0 comments on commit 387cb6d

Please sign in to comment.