Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a way to disable normal login? #435

Open
Pabloo-ss opened this issue Sep 9, 2024 · 1 comment
Open

Is there a way to disable normal login? #435

Pabloo-ss opened this issue Sep 9, 2024 · 1 comment

Comments

@Pabloo-ss
Copy link

Pabloo-ss commented Sep 9, 2024

I have configured NV to use a SAML login and I would like to disable the normal login and just leave enable the SAML one. Is there any way to do this?
image

@mjnagel
Copy link
Contributor

mjnagel commented Nov 20, 2024

Also would love this feature for the future. We're using Istio and were able to block the path used by NeuVector for local auth with this AuthorizationPolicy, but the button does still show (just errors if you try and login that way):

apiVersion: security.istio.io/v1
kind: AuthorizationPolicy
metadata:
  name: neuvector-deny-local-login
  namespace: neuvector
spec:
  action: DENY
  selector:
    matchLabels:
      app: neuvector-manager-pod
  rules:
  - to:
    - operation:
        paths: ["/auth"]
        ports: ["8443"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants