Skip to main content
You can use the advanced application of Glean to set configuration variables and secrets in configuration management system of Glean or the secret store respectively.
You can access this configureation from this link: https://app.glean.com/admin/setup/apps?advanced.
  • Select to add Secret and Config based on your requirement. Provide a key and its value, some keys are set in the configuration, others are secrets (typically passwords, tokens, etc).

Example

  1. Get the datasource name from the web URL after you open the datasource.
    • For example in this case the website datasource name is “WEB_M8WEFHB”.
  2. Open the URL - https://app.glean.com/admin/setup/apps?advanced and add the Key name “WEB_M8WEFHB_USERNAME” followed by the key value as the user email ID. 
  1. On the same URL - https://app.glean.com/admin/setup/apps?advanced add the Key name “WEB_M8WEFHB_PASSWORD” followed by the key value as the password.
SSO logins are not supported. For web datasources that require SSO, consider using our custom datasource option.
If you have any concerns, reach out to the Glean support team.