File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -469,6 +469,10 @@ spec:
469469
470470#### Generated NGINX config
471471
472+ Note: For Basic Auth, NGF will store the file used by ` auth_basic_user_file` in `/etc/nginx/secrets/`
473+ The full path will use the `name` and `key` of the secret referenced by `AuthenticationFilter`
474+ In this case, the full path will be `/etc/nginx/secrets/basic-auth-users/htpasswd`
475+
472476` ` ` nginx
473477http {
474478 upstream backend_default {
@@ -619,6 +623,10 @@ Below are `two` potential NGINX configurations based on the mode used.
619623
6206241. NGINX Config when using `Mode : File` (i.e. locally referenced JWKS key)
621625
626+ Note : For JWT Auth, NGF will store the file used by `auth_jwt_key_file` in `/etc/nginx/keys/`
627+ The full path will use the `name` and `key` of the secret referenced by `AuthenticationFilter`
628+ In this case, the full path will be `/etc/nginx/keys/jwt-keys-secure/jwks.json`
629+
622630` ` ` nginx
623631http {
624632 upstream backend_default {
You can’t perform that action at this time.
0 commit comments