From 9c83bd359e1c0f2eb746ba9aad4d8db885a5e61d Mon Sep 17 00:00:00 2001 From: Keirthana T S Date: Tue, 27 Aug 2024 12:33:50 +0530 Subject: [PATCH] Add cryptography topics to navigation - Add a landing page for the section - Revert topic names to reflect components - Update toctrees to reflect changes in nav --- explanation/{security.md => anbox-security.md} | 2 +- .../{security => cryptography}/crypto_ams.md | 2 +- .../crypto_stream_agent.md | 2 +- explanation/cryptography/landing.md | 14 ++++++++++++++ explanation/landing.md | 3 ++- 5 files changed, 19 insertions(+), 4 deletions(-) rename explanation/{security.md => anbox-security.md} (99%) rename explanation/{security => cryptography}/crypto_ams.md (98%) rename explanation/{security => cryptography}/crypto_stream_agent.md (97%) create mode 100644 explanation/cryptography/landing.md diff --git a/explanation/security.md b/explanation/anbox-security.md similarity index 99% rename from explanation/security.md rename to explanation/anbox-security.md index 41367a9a..fa1d799f 100644 --- a/explanation/security.md +++ b/explanation/anbox-security.md @@ -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. diff --git a/explanation/security/crypto_ams.md b/explanation/cryptography/crypto_ams.md similarity index 98% rename from explanation/security/crypto_ams.md rename to explanation/cryptography/crypto_ams.md index 203843dc..9ce95f18 100644 --- a/explanation/security/crypto_ams.md +++ b/explanation/cryptography/crypto_ams.md @@ -1,5 +1,5 @@ (exp-security-crypto-ams)= -# Cryptographic information: AMS +# AMS Anbox Management Service (AMS) is using cryptographic technology for: diff --git a/explanation/security/crypto_stream_agent.md b/explanation/cryptography/crypto_stream_agent.md similarity index 97% rename from explanation/security/crypto_stream_agent.md rename to explanation/cryptography/crypto_stream_agent.md index 4ea04e7a..6fa96641 100644 --- a/explanation/security/crypto_stream_agent.md +++ b/explanation/cryptography/crypto_stream_agent.md @@ -1,5 +1,5 @@ (exp-security-crypto-ams)= -# Cryptographic information: Anbox Stream Agent +# Anbox Stream Agent Anbox Streaming Agent is using cryptographic technology for: diff --git a/explanation/cryptography/landing.md b/explanation/cryptography/landing.md new file mode 100644 index 00000000..9153378b --- /dev/null +++ b/explanation/cryptography/landing.md @@ -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 +``` \ No newline at end of file diff --git a/explanation/landing.md b/explanation/landing.md index ea24f9f8..878503b4 100644 --- a/explanation/landing.md +++ b/explanation/landing.md @@ -52,6 +52,7 @@ applications application-streaming capacity-planning clustering +cryptography/landing custom-images gpus-instances images @@ -61,6 +62,6 @@ performance production-planning rendering-architecture resources -security +anbox-security platforms ```