Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 38533ff

Browse files
authored
docs: add grpc common ACL docs to sdk specific page (#450)
1 parent 802a246 commit 38533ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// this is just a placeholder so we can compile sdk docs here
2+
// the real file can be found in kalix-docs repo

docs/src/modules/javascript/pages/access-control.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
= Access Control Lists (ACLs)
22

3-
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].
3+
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.
4+
5+
include::ROOT:partial$grpc/using-acls.adoc[]
46

57
== Default ACL in project templates
68

0 commit comments

Comments
 (0)