Skip to content

Commit 0a124a6

Browse files
authored
docs: update docker compose (#3405)
* docs: update docker compose Created 3 new partials, split the docker compose sample into multiple snippets * docs: feedback updates - Fix environment variable tables (required first, then alphabetical) - Spelling/wording fixes - Created Kratos warning partial, removed redundant content across the site - Expand maxHeadingLevel to H4 - Created heading for complete example * docs: feedback updates - Consolidate "Domain and subdomains setup" and "Update DNS records", renaming to "Domain and DNS configuration" - Updated domain/DNS table to change second column from "Function" to "Exposes" and then removed redundancy of "exposes an/the..." - Revised all table headings to follow the same capitalization scheme
1 parent 294b0f8 commit 0a124a6

File tree

7 files changed

+408
-69
lines changed

7 files changed

+408
-69
lines changed

packages/documentation/src/content/docs/admin/admin-user-guide.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Rafiki Admin application user guide
33
---
44

55
import { LinkOut } from '@interledger/docs-design-system'
6-
76
import { LargeImg } from '@interledger/docs-design-system'
7+
import KratosWarn from '/src/partials/kratos-warning.mdx'
88

99
The Rafiki Admin application provides tools to manage peers, assets, wallet addresses, webhooks, payments, and account settings. It functions as an interface to the Rafiki [backend service](/integration/deployment/services/backend-service/) and all actions performed, such as fetching data or executing commands, are passed to the Rafiki `backend` service. The purpose of this document is to help you navigate and use the Rafiki Admin application effectively.
1010

@@ -78,16 +78,7 @@ Kratos also enhances security with features like built-in breach detection, secu
7878

7979
Ory Kratos provides frontend components (such as forms and buttons) for identity management flows like login, and account settings. These components are not fixed in design; they are fetched via API calls which allows us to match the identity management components with Rafiki Admin's overall look and feel.
8080

81-
:::danger[Disabling authentication]
82-
83-
Rafiki Admin provides access to sensitive data like peering relationships and wallet addresses. Authentication is enabled by default to restrict access to authorized users only.
84-
85-
In the [Local Playground](/integration/playground/overview#rafiki-admin), authentication is disabled by default to simplify local development and testing. To disable it in other environments, set the environment variable `AUTH_ENABLED` to `false`. This should be done with **extreme caution** and only in specific scenarios:
86-
87-
- Secure, non-production environments like the Local Playground for local development and testing.
88-
- Internal systems where Rafiki Admin is not exposed externally and other access controls (firewalls, local-only access) ensure that the system is secured.
89-
90-
:::
81+
<KratosWarn />
9182

9283
## Navigation
9384

0 commit comments

Comments
 (0)