Skip to content

Commit

Permalink
docs: add grpc common ACL docs to sdk specific page (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
efgpinto authored Feb 1, 2023
1 parent 802a246 commit 38533ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/dev/src/modules/ROOT/partials/grpc/using-acls.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// this is just a placeholder so we can compile sdk docs here
// the real file can be found in kalix-docs repo
4 changes: 3 additions & 1 deletion docs/src/modules/javascript/pages/access-control.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
= Access Control Lists (ACLs)

This section describes functionality in the JavaScript/TypeScript SDK related to ACLs (Access Control Lists), for information about how the ACLs are defined and control access see https://docs.kalix.io/services/using-acls.html[Using ACLs].
This section describes the practical aspects of configuring Access Control Lists (ACLs) with the JavaScript/TypeScript SDKs, if you are not sure what ACLs are or how they work, see https://docs.kalix.io/security/acls.html[Understanding ACLs] first.

include::ROOT:partial$grpc/using-acls.adoc[]

== Default ACL in project templates

Expand Down

0 comments on commit 38533ff

Please sign in to comment.