Skip to content

Commit 07654f6

Browse files
committed
Merge branch 'main' into feat/deploy
Resolve conflicts by keeping main branch changes for dev environment: - Use updated README.md from main with dev environment clarifications - Keep dev/values.yaml configurations from main - Retain prod/values.yaml for production environment with proper prod settings Signed-off-by: Tibor Kircsi <tkircsi@cisco.com>
1 parent 4943a08 commit 07654f6

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ provided as-is for demonstration and testing purposes.
2020
To onboard a new environment to **Directory Public Staging Network**, check the
2121
[onboarding guide](onboarding/README.md).
2222

23-
## Quick Start
23+
## Quick Start (Development Environment)
24+
25+
> [!NOTE]
26+
> This guide sets up the **development environment** for local testing and development.
27+
> It uses a local Kind cluster with NodePort services and simplified security.
28+
> For production deployment with Ingress and TLS, see the [Production Setup](#production-setup) section below.
2429
2530
This guide demonstrates how to set up AGNTCY Directory project using
2631
Argo CD in Kubernetes [Kind](https://kind.sigs.k8s.io/) cluster.
@@ -72,15 +77,15 @@ Verify deployment by checking the results of CronJobs in `dir-admin` application
7277
kind delete cluster --name dir-dev
7378
```
7479

75-
### Token-based Directory Client authentication
80+
### Token-based Directory Client Authentication (Dev)
7681

7782
In some cases, you may want to use Directory Client locally
7883
without SPIRE stack.
7984
In this case, you can use token-based authentication
8085
using SPIFFE X509 SVID tokens.
8186

8287
To generate a SPIFFE SVID token for authenticating local Directory Client
83-
with the Directory Server, follow these steps:
88+
with the Directory Server in the dev environment, follow these steps:
8489

8590
1. Create a SPIFFE SVID for local Directory Client
8691

0 commit comments

Comments
 (0)