Disable Password Authentication (SaaS)
Sysdig Platform supports disabling password-based authentication on both SaaS and on-prem deployments. As an administrator (super administrator for on-prem), you can use either the Authentication option on the UI or the API to achieve it. This configuration is applicable to those who use single sign-on.
For On-Prem environments, see Disable Password Authentication.
Using the UI
You can use the UI to disable password authentication only for SAML and OpenID authentication methods. For Google Oauth, use the API method as given below.
As an administrator, perform the following:
- Log in to Sysdig Monitor or Sysdig Secure as administrator and select Settings.
- Click Authentication.
- Choose your authentication method. Disabling password authentication through the UI is not supported for Google Oauth.
- Use the Disable username and password login slider to turn off password authentication.
- Click Save to save the settings.
Using the API
As an administrator, perform the following:
Get the Sysdig Platform settings:
See SaaS Regions and IP Ranges and identify the correct domain URL associated with your Sysdig application and region. For example, for Sysdig Monitor on US East is:
GET https://app.sysdigcloud.com/api/auth/settings/
For other regions, the format is
https://<region>.app.sysdig.com/api/auth/settings
. Replace<region>
with the region where your Sysidig application is hosted. For example, for Sysdig Monitor in the EU, you use https://eu1.app.sysdig.com/api/auth/settings.Find the ID of the active SSO setup:
GET https://app.sysdigcloud.com/api/auth/settings/active
Retrieve the specific settings associated with the SSO setup:
GET https://app.sysdigcloud.com/api/auth/settings/{id}
The setting is displayed in a JSON file.
In the JSON file, change the following from false to true:
settings/forbidPasswordLogin: True
Update the setting with a request to the same URL with the same JSON, with the changed parameter. URL depends on the type of deployment.
PUT https://app.sysdigcloud.com/api/auth/settings/{id}
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.