File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ describe('E2E Test Cases', () => {
5858 affiliate : process . env . VITE_ATHENA_AFFILIATE ?? '' ,
5959 grpcAddress :
6060 process . env . VITE_ATHENA_GRPC_ADDRESS ??
61- 'trust-messages-global.crispthinking .com:443' ,
61+ 'api.athena-risk-intelligence .com:443' ,
6262 authentication : {
6363 issuerUrl :
6464 process . env . VITE_OAUTH_ISSUER ?? 'https://crispthinking.auth0.com/' ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ATHENA_AFFILIATE=your-affiliate-name
1010
1111# Optional: Service endpoints (defaults provided)
1212# ATHENA_ISSUER_URL=https://crispthinking.auth0.com/ # Default: Crisp Auth0
13- # ATHENA_GRPC_ADDRESS=trust-messages-global.crispthinking .com:443 # Default: production
13+ # ATHENA_GRPC_ADDRESS=api.athena-risk-intelligence .com:443 # Default: production
1414# ATHENA_AUDIENCE=crisp-athena-live # Default: live audience
1515
1616# Development: Uncomment for debugging
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ All samples use a shared configuration system. Create a `.env` file in this dire
1313
1414### Optional
1515- ` ATHENA_ISSUER_URL ` - OAuth issuer/authorization server URL (default: https://crispthinking.auth0.com/ )
16- - ` ATHENA_GRPC_ADDRESS ` - gRPC service endpoint (default: trust-messages-global.crispthinking .com:443)
16+ - ` ATHENA_GRPC_ADDRESS ` - gRPC service endpoint (default: api.athena-risk-intelligence .com:443)
1717- ` ATHENA_AUDIENCE ` - OAuth audience parameter (default: crisp-athena-live)
1818
1919## Available Samples
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const CONFIG = {
2626 clientSecret : process . env . ATHENA_CLIENT_SECRET ,
2727 affiliate : process . env . ATHENA_AFFILIATE ,
2828 issuerUrl : process . env . ATHENA_ISSUER_URL || 'https://crispthinking.auth0.com/' ,
29- grpcAddress : process . env . ATHENA_GRPC_ADDRESS || 'trust-messages-global.crispthinking .com:443' ,
29+ grpcAddress : process . env . ATHENA_GRPC_ADDRESS || 'api.athena-risk-intelligence .com:443' ,
3030 audience : process . env . ATHENA_AUDIENCE || 'crisp-athena-live'
3131} ;
3232
@@ -69,7 +69,7 @@ Environment Variables (Required):
6969
7070Environment Variables (Optional):
7171 ATHENA_ISSUER_URL OAuth issuer URL (default: https://crispthinking.auth0.com/)
72- ATHENA_GRPC_ADDRESS gRPC service address (default: trust-messages-global.crispthinking .com:443)
72+ ATHENA_GRPC_ADDRESS gRPC service address (default: api.athena-risk-intelligence .com:443)
7373 ATHENA_AUDIENCE OAuth audience (default: crisp-athena-live)
7474
7575Examples:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const CONFIG = {
2626 clientSecret : process . env . ATHENA_CLIENT_SECRET ,
2727 affiliate : process . env . ATHENA_AFFILIATE ,
2828 issuerUrl : process . env . ATHENA_ISSUER_URL || 'https://crispthinking.auth0.com/' ,
29- grpcAddress : process . env . ATHENA_GRPC_ADDRESS || 'trust-messages-global.crispthinking .com:443' ,
29+ grpcAddress : process . env . ATHENA_GRPC_ADDRESS || 'api.athena-risk-intelligence .com:443' ,
3030 audience : parseAudience ( process . env . ATHENA_AUDIENCE )
3131} ;
3232
@@ -102,7 +102,7 @@ Environment Variables (Required):
102102
103103Environment Variables (Optional):
104104 ATHENA_ISSUER_URL OAuth issuer URL (default: https://crispthinking.auth0.com/)
105- ATHENA_GRPC_ADDRESS gRPC service address (default: trust-messages-global.crispthinking .com:443)
105+ ATHENA_GRPC_ADDRESS gRPC service address (default: api.athena-risk-intelligence .com:443)
106106 ATHENA_AUDIENCE OAuth audience (default: crisp-athena-live)
107107
108108Examples:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const CONFIG = {
1515 clientSecret : process . env . ATHENA_CLIENT_SECRET ,
1616 affiliate : process . env . ATHENA_AFFILIATE ,
1717 issuerUrl : process . env . ATHENA_ISSUER_URL || 'https://crispthinking.auth0.com/' ,
18- grpcAddress : process . env . ATHENA_GRPC_ADDRESS || 'trust-messages-global.crispthinking .com:443' ,
18+ grpcAddress : process . env . ATHENA_GRPC_ADDRESS || 'api.athena-risk-intelligence .com:443' ,
1919 audience : process . env . ATHENA_AUDIENCE || 'crisp-athena-live' ,
2020 port : parseInt ( process . env . PORT || '3000' )
2121} ;
@@ -64,7 +64,7 @@ Environment Variables (Required):
6464
6565Environment Variables (Optional):
6666 ATHENA_ISSUER_URL OAuth issuer URL (default: https://crispthinking.auth0.com/)
67- ATHENA_GRPC_ADDRESS gRPC service address (default: trust-messages-global.crispthinking .com:443)
67+ ATHENA_GRPC_ADDRESS gRPC service address (default: api.athena-risk-intelligence .com:443)
6868 ATHENA_AUDIENCE OAuth audience (default: crisp-athena-live)
6969 PORT HTTP server port (default: 3000)
7070
Original file line number Diff line number Diff line change @@ -63,5 +63,5 @@ Required:
6363- ` ATHENA_AFFILIATE ` - Your affiliate identifier
6464
6565Optional:
66- - ` ATHENA_GRPC_ADDRESS ` - gRPC endpoint (default: trust-messages-global.crispthinking .com:443)
66+ - ` ATHENA_GRPC_ADDRESS ` - gRPC endpoint (default: api.athena-risk-intelligence .com:443)
6767- ` ATHENA_AUDIENCE ` - OAuth audience (default: crisp-athena-live)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ async function main() {
55 const sdk = new ClassifierSdk ( {
66 deploymentId : '' ,
77 affiliate : process . env . ATHENA_AFFILIATE ,
8- grpcAddress : process . env . ATHENA_GRPC_ADDRESS || 'trust-messages-global.crispthinking .com:443' ,
8+ grpcAddress : process . env . ATHENA_GRPC_ADDRESS || 'api.athena-risk-intelligence .com:443' ,
99 authentication : {
1010 issuerUrl : 'https://crispthinking.auth0.com/' ,
1111 clientId : process . env . ATHENA_CLIENT_ID || '<your client id>' ,
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export type ClassifierEvents = {
7979 open : ( ) => void ;
8080} ;
8181
82- export const defaultGrpcAddress = 'trust-messages-global.crispthinking .com:443' ;
82+ export const defaultGrpcAddress = 'api.athena-risk-intelligence .com:443' ;
8383
8484/**
8585 * SDK for interacting with the Athena classification service via gRPC.
You can’t perform that action at this time.
0 commit comments