Skip to content

Commit

Permalink
docs: cross references (#130)
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/src/modules/java/pages/event-sourced-entities.adoc
#	docs/src/modules/java/pages/http-endpoints.adoc
  • Loading branch information
ennru authored and johanandren committed Jan 13, 2025
1 parent ecfd43c commit 47f68a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/src/modules/java/pages/access-control.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ specify lists of what can access your services, at multiple granularity. For exa
initiates a payment on a payment service to only accept requests from the shopping cart service. You can also control
whether services or methods can be invoked from the Internet.

For a conceptual introduction, see xref:security:acls.adoc[] in the **Security** section.

== Principals

A principal in Akka is an abstract concept that represents anything that can make or be the source of a request.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/security/pages/acls.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Access Control Lists (ACLs)
= Access Control List concepts

include::ROOT:partial$include.adoc[]

Expand Down

0 comments on commit 47f68a2

Please sign in to comment.