Skip to content

Commit b1cbee3

Browse files
committed
Fix goa installion link that is no longer valid, and bump chart
Signed-off-by: Andres Tobon <andrest2455@gmail.com>
1 parent 3e6354e commit b1cbee3

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ The authentication system provides JWT-based authentication with support for Hei
7171
- Bypasses JWT validation for local development
7272

7373
**Authentication Configuration:**
74+
7475
- `AUTH_SOURCE`: Choose between "mock" or "jwt" (default: "jwt")
7576
- `JWKS_URL`: JSON Web Key Set endpoint URL
7677
- `JWT_AUDIENCE`: Intended audience for JWT tokens
@@ -186,9 +187,9 @@ go run cmd/main.go
186187

187188
**Authentication Configuration:**
188189

189-
- `AUTH_SOURCE`: Choose between "mock" or "jwt"
190+
- `AUTH_SOURCE`: Choose between "mock" or "jwt"
190191
- `JWKS_URL`: JSON Web Key Set endpoint URL
191-
- `JWT_AUDIENCE`: Intended audience for JWT tokens
192+
- `JWT_AUDIENCE`: Intended audience for JWT tokens
192193
- `JWT_AUTH_DISABLED_MOCK_LOCAL_PRINCIPAL`: Mock principal for development (required when AUTH_SOURCE=mock)
193194

194195
**Server Configuration:**
@@ -328,10 +329,12 @@ export ORG_SEARCH_SOURCE=clearbit
328329
The Clearbit integration supports the following search operations:
329330

330331
**Search by Company Name:**
332+
331333
- Searches for companies using their registered business name
332334
- Falls back to domain-based search for additional data enrichment
333335

334336
**Search by Domain:**
337+
335338
- More accurate search method using company domain names
336339
- Provides comprehensive company information
337340

@@ -384,7 +387,7 @@ This project uses the [GOA Framework](https://goa.design/) for API generation. Y
384387

385388
#### Installing GOA Framework
386389

387-
Follow the [GOA installation guide](https://goa.design/docs/2-getting-started/1-installation/) to install GOA:
390+
Follow the [GOA installation guide](https://goa.design/docs/1-goa/quickstart/) to install GOA:
388391

389392
```bash
390393
go install goa.design/goa/v3/cmd/goa@latest

charts/lfx-v2-query-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: v2
55
name: lfx-v2-query-service
66
description: LFX Platform V2 Query Service chart
77
type: application
8-
version: 0.4.9
8+
version: 0.4.10
99
appVersion: "latest"

0 commit comments

Comments
 (0)