Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit ef8db74

Browse files
akocbekakocbekIBMtoddgiguere
authored
fix: update architecture diagrams and reorder DAs deployment (#26)<br> - updated architecture diagrams<br> - new naming scheme for stack steps, removed numbering in names<br> - changed order of some steps<br> - updated secrets manager DA to latest
* fix: update architecture diagrams * fix: remove extra region param in kms * fix(deps): update to latest version of secret manager * refactor: rename and reorder stack members --------- Co-authored-by: [email protected] <[email protected]> Co-authored-by: Todd Giguere <[email protected]>
1 parent 5ed5d8c commit ef8db74

File tree

4 files changed

+172
-170
lines changed

4 files changed

+172
-170
lines changed

reference-architecture/RAG Pattern v2-part-2.svg

Lines changed: 4 additions & 1 deletion
Loading

reference-architecture/rag-stack.svg

Lines changed: 4 additions & 1 deletion
Loading

sample_deploy_config.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"//": ["checkov:skip=CKV_SECRET_6: ignore stack_api_key_env in this file"],
55
"stack_api_key_env": "IBMCLOUD_API_KEY",
66
"config_order": [
7-
"1 - Account Infrastructure Base",
8-
"2a - Security Service - Key Management",
9-
"2b - WatsonX SaaS services",
10-
"3a - Observability - Logging Monitoring Activity Tracker",
11-
"3b - Databases for Elasticsearch",
12-
"4 - Event Notifications",
13-
"5a - Security Service - Secret Manager",
14-
"5b - Security Service - Security Compliance Center",
15-
"6 - Sample RAG app - Application Lifecycle Management",
16-
"7 - Sample RAG app configuration"
7+
"Account Infrastructure Base",
8+
"Baseline Security - Encryption Key Management",
9+
"Baseline Security - Logging Monitoring Activity Tracker",
10+
"Baseline Security - Observability Event Notifications",
11+
"Baseline Security - Secrets Manager",
12+
"Baseline Security - Security Compliance Center",
13+
"Gen AI - Databases for Elasticsearch",
14+
"Gen AI - WatsonX SaaS services",
15+
"Workload - Application Lifecycle Management",
16+
"Workload - Sample RAG App Configuration"
1717
],
1818
"stack_inputs": {
1919
"prefix": "<YOUR PREFIX HERE>",

0 commit comments

Comments
 (0)