From eb8a24532e651ce1215b7c424665832b0b85c8a2 Mon Sep 17 00:00:00 2001 From: LaMuerte95 Date: Tue, 30 Apr 2024 15:54:24 -0600 Subject: [PATCH] docs(docs-infra): update README.md with deployment note Add a note to the README.md files of each template emphasizing the security recommendation regarding database account privileges. --- templates/node-angular/README.md | 2 ++ templates/node-react-todo/README.md | 2 ++ templates/node-react/README.md | 2 ++ templates/node-vanilla/README.md | 2 ++ templates/node-vue/README.md | 2 ++ 5 files changed, 10 insertions(+) create mode 100644 templates/node-vanilla/README.md diff --git a/templates/node-angular/README.md b/templates/node-angular/README.md index 2e53f18..078bb60 100644 --- a/templates/node-angular/README.md +++ b/templates/node-angular/README.md @@ -1,3 +1,5 @@ +> NOTE: The applications generated by this package should not be deployed using privileged database accounts. In turn, Oracle recommends for them to be deployed using the least privileged account possible. + # NodeAngular This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0. diff --git a/templates/node-react-todo/README.md b/templates/node-react-todo/README.md index f768e33..1ab12ae 100644 --- a/templates/node-react-todo/README.md +++ b/templates/node-react-todo/README.md @@ -1,3 +1,5 @@ +> NOTE: The applications generated by this package should not be deployed using privileged database accounts. In turn, Oracle recommends for them to be deployed using the least privileged account possible. + # React + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. diff --git a/templates/node-react/README.md b/templates/node-react/README.md index f768e33..1ab12ae 100644 --- a/templates/node-react/README.md +++ b/templates/node-react/README.md @@ -1,3 +1,5 @@ +> NOTE: The applications generated by this package should not be deployed using privileged database accounts. In turn, Oracle recommends for them to be deployed using the least privileged account possible. + # React + Vite This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. diff --git a/templates/node-vanilla/README.md b/templates/node-vanilla/README.md new file mode 100644 index 0000000..771ceae --- /dev/null +++ b/templates/node-vanilla/README.md @@ -0,0 +1,2 @@ +> NOTE: The applications generated by this package should not be deployed using privileged database accounts. In turn, Oracle recommends for them to be deployed using the least privileged account possible. + diff --git a/templates/node-vue/README.md b/templates/node-vue/README.md index e62e093..0e23a31 100644 --- a/templates/node-vue/README.md +++ b/templates/node-vue/README.md @@ -1,3 +1,5 @@ +> NOTE: The applications generated by this package should not be deployed using privileged database accounts. In turn, Oracle recommends for them to be deployed using the least privileged account possible. + # Vue 3 + Vite This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `