Skip to content

Sensitive Data: Apache Kylin Console - Default Login

Identifier: kylin_default_login

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

The default password for the Apache Kylin Console is KYLIN for the ADMIN user in Kylin versions before 3.0.0.

Reference:

Configuration

Example

Example configuration:

---
security_tests:
  kylin_default_login:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.