Commit 3be1e3c
committed
deploy: docs: add advanced usage section for Parameterized Secure Views in cl… (googleapis#2860)
Adds an Advanced Usage section to the cloud-gemini-data-analytics-query
tool documentation covering Parameterized Secure Views (PSV).
PSV provides Row-Level Access Control (RLAC) by requiring mandatory
parameters at query time, preventing callers from accessing underlying
base tables directly. This section explains how PSV works conceptually
and provides ready-to-use YAML configuration examples for both
PostgreSQL and MySQL engines, including the correct
parameterizedSecureViewParameters structure.
- [ ] Make sure you reviewed
[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a
[bug/issue](https://github.com/googleapis/genai-toolbox/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [x] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change
🛠️ Fixes #<issue_number_goes_here> a8cc6a11 parent 64f2fff commit 3be1e3c
File tree
29 files changed
+81
-12
lines changed- dev
- integrations
- cloudgda/tools/cloud-gda-query
- mongodb/tools
- mongodb-find-one
- pagefind
- fragment
- index
29 files changed
+81
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7417 | 7417 | | |
7418 | 7418 | | |
7419 | 7419 | | |
7420 | | - | |
| 7420 | + | |
7421 | 7421 | | |
7422 | 7422 | | |
7423 | 7423 | | |
| |||
Lines changed: 29 additions & 4 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
447 | | - | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
27145 | 27145 | | |
27146 | 27146 | | |
27147 | 27147 | | |
| 27148 | + | |
| 27149 | + | |
| 27150 | + | |
| 27151 | + | |
| 27152 | + | |
| 27153 | + | |
| 27154 | + | |
| 27155 | + | |
| 27156 | + | |
| 27157 | + | |
| 27158 | + | |
| 27159 | + | |
| 27160 | + | |
| 27161 | + | |
| 27162 | + | |
| 27163 | + | |
| 27164 | + | |
| 27165 | + | |
| 27166 | + | |
| 27167 | + | |
| 27168 | + | |
| 27169 | + | |
| 27170 | + | |
| 27171 | + | |
| 27172 | + | |
| 27173 | + | |
| 27174 | + | |
| 27175 | + | |
| 27176 | + | |
| 27177 | + | |
| 27178 | + | |
| 27179 | + | |
| 27180 | + | |
| 27181 | + | |
| 27182 | + | |
| 27183 | + | |
| 27184 | + | |
| 27185 | + | |
| 27186 | + | |
| 27187 | + | |
| 27188 | + | |
| 27189 | + | |
| 27190 | + | |
| 27191 | + | |
27148 | 27192 | | |
27149 | 27193 | | |
27150 | 27194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments