Skip to content

Commit

Permalink
Merge pull request #121 from keirthana/add-new-topics-to-nav
Browse files Browse the repository at this point in the history
Add cryptography topics to navigation
  • Loading branch information
keirthana authored Aug 27, 2024
2 parents 45b795f + 9c83bd3 commit 4a9ffcd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion explanation/security.md → explanation/anbox-security.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(exp-security)=
# Security
# Security in Anbox Cloud

Anbox Cloud is secure by design, which means that its architecture, its components and all communication between components are designed to be fundamentally secure.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(exp-security-crypto-ams)=
# Cryptographic information: AMS
# AMS

Anbox Management Service (AMS) is using cryptographic technology for:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(exp-security-crypto-ams)=
# Cryptographic information: Anbox Stream Agent
# Anbox Stream Agent

Anbox Streaming Agent is using cryptographic technology for:

Expand Down
14 changes: 14 additions & 0 deletions explanation/cryptography/landing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
(exp-security-landing)=

# Cryptography

This section provides details about the cryptographic technology used by Anbox Cloud and why they are used.

This information is currently available for the following components:

```{toctree}
:maxdepth: 1
crypto_ams
crypto_stream_agent
```
3 changes: 2 additions & 1 deletion explanation/landing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ applications
application-streaming
capacity-planning
clustering
cryptography/landing
custom-images
gpus-instances
images
Expand All @@ -61,6 +62,6 @@ performance
production-planning
rendering-architecture
resources
security
anbox-security
platforms
```

0 comments on commit 4a9ffcd

Please sign in to comment.