You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I allow all traffic to flow through to: xttps://auth.authdomain.xx/if/user**,
But restrict access to: xttps://auth.authdomain.xx/if/admin ONLY to a given IP address?
If use the entry below in the "Advanced" tab, it blocks the /if/admin which is good, but I'd rather allow access to a given IP and block the rest.
location /if/admin {
return 404;
}
I'm running an Authentik instance which I'd rather the admin access is restricted to home IP only.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Really need help.
If use the entry below in the "Advanced" tab, it blocks the /if/admin which is good, but I'd rather allow access to a given IP and block the rest.
location /if/admin {
return 404;
}
I'm running an Authentik instance which I'd rather the admin access is restricted to home IP only.
Beta Was this translation helpful? Give feedback.
All reactions