Skip to content

Commit 705adc9

Browse files
feat: Update agent authentication and add new user auth client
1 parent 0f13a4d commit 705adc9

File tree

6 files changed

+886
-427
lines changed

6 files changed

+886
-427
lines changed

agents/.env.user

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# =============================================================================
2+
# MCP Gateway Registry - Environment Configuration Sample
3+
# =============================================================================
4+
5+
# =============================================================================
6+
# REGISTRY CONFIGURATION
7+
# =============================================================================
8+
REGISTRY_URL=http://127.0.0.1:7860
9+
ADMIN_USER=admin
10+
ADMIN_PASSWORD=your-secure-password
11+
12+
# =============================================================================
13+
# AUTH SERVER CONFIGURATION
14+
# =============================================================================
15+
AUTH_SERVER_URL=http://auth-server:8888
16+
17+
# =============================================================================
18+
# AWS COGNITO OAUTH2 CONFIGURATION
19+
# =============================================================================
20+
COGNITO_CLIENT_ID=72rfl6a7dmre8ocvc7neg0hndj
21+
COGNITO_CLIENT_SECRET=153apb563buo05k3723e41scun0r3hkqqoeupbbhmk76930ikr7d
22+
COGNITO_USER_POOL_ID=us-east-1_acYPwjBa3
23+
AWS_REGION=us-east-1
24+
25+
# Optional: Only set this if you have a CUSTOM Cognito domain
26+
# COGNITO_DOMAIN=auth.mycompany.com
27+
28+
# =============================================================================
29+
# OPTIONAL OAUTH2 PROVIDERS
30+
# =============================================================================
31+
# GITHUB_CLIENT_ID=your-github-oauth-app-client-id
32+
# GITHUB_CLIENT_SECRET=your-github-oauth-app-client-secret
33+
# GOOGLE_CLIENT_ID=your-google-oauth-client-id.googleusercontent.com
34+
# GOOGLE_CLIENT_SECRET=your-google-oauth-client-secretSECRET_KEY=b952b0b694f5c975661ccc4032d915fad1173a68e56395bdacab27f7e656b9ae
35+
36+
SECRET_KEY=1234
37+
38+
39+
GITHUB_CLIENT_ID=Ov23li3f4QV9sufLFXsP
40+
GITHUB_CLIENT_SECRET=29f27de7079fd1dfdcfa8047f5e2f19de2e48bf8

0 commit comments

Comments
 (0)