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

Commit

Permalink
fix: update architecture diagrams and reorder DAs deployment (#26)<br…
Browse files Browse the repository at this point in the history
…> - 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: akocbek@ie.ibm.com <akocbek@ie.ibm.com>
Co-authored-by: Todd Giguere <todd.giguere@ibm.com>
  • Loading branch information
3 people committed Sep 2, 2024
1 parent 80ffa39 commit e346846
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 170 deletions.
5 changes: 4 additions & 1 deletion reference-architecture/RAG Pattern v2-part-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion reference-architecture/rag-stack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions sample_deploy_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"//": ["checkov:skip=CKV_SECRET_6: ignore stack_api_key_env in this file"],
"stack_api_key_env": "IBMCLOUD_API_KEY",
"config_order": [
"1 - Account Infrastructure Base",
"2a - Security Service - Key Management",
"2b - WatsonX SaaS services",
"3a - Observability - Logging Monitoring Activity Tracker",
"3b - Databases for Elasticsearch",
"4 - Event Notifications",
"5a - Security Service - Secret Manager",
"5b - Security Service - Security Compliance Center",
"6 - Sample RAG app - Application Lifecycle Management",
"7 - Sample RAG app configuration"
"Account Infrastructure Base",
"Baseline Security - Encryption Key Management",
"Baseline Security - Logging Monitoring Activity Tracker",
"Baseline Security - Observability Event Notifications",
"Baseline Security - Secrets Manager",
"Baseline Security - Security Compliance Center",
"Gen AI - Databases for Elasticsearch",
"Gen AI - WatsonX SaaS services",
"Workload - Application Lifecycle Management",
"Workload - Sample RAG App Configuration"
],
"stack_inputs": {
"prefix": "<YOUR PREFIX HERE>",
Expand Down
Loading

0 comments on commit e346846

Please sign in to comment.