Commit beea319
committed
Address CodeRabbit review feedback
- Say explicitly that the forward-auth layer and GeoLens are two separate
authentication layers. The proxy decides who reaches the origin; it does
not tell GeoLens who the visitor is, and the plugin sends only a
same-origin cookie plus an optional X-Api-Key. So the visitor needs a
GeoLens identity as well: either point GeoLens at the same OIDC provider
so signing in yields a GeoLens session on this origin, or hand each user
a per-user API key. Names the symptom (public datasets appear, private
ones stay invisible) so the failure is recognizable.1 parent b7bb860 commit beea319
1 file changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
204 | 218 | | |
205 | 219 | | |
206 | 220 | | |
| |||
0 commit comments