Skip to content

Commit

Permalink
docs(docs-infra): update README.md with deployment note
Browse files Browse the repository at this point in the history
Add a note to the README.md files of each template emphasizing the security recommendation regarding database account privileges.
  • Loading branch information
JuanVillegas95 authored and LeonSilva15 committed Jul 26, 2024
1 parent f38c9ba commit eb8a245
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/node-angular/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions templates/node-react-todo/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions templates/node-react/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions templates/node-vanilla/README.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions templates/node-vue/README.md
Original file line number Diff line number Diff line change
@@ -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 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
Expand Down

0 comments on commit eb8a245

Please sign in to comment.