Nobl9 application (1.173.0)
ยท 2 min read
We've just released Nobl9 1.173.0! Release highlights:
improved
keep up to date!
Keep tracking the latest changes in Nobl9 and subscribe to our Application RNs RSS Feed Release detailsโ
improved Token-based authentication for ServiceNow alert methodโ
Secure your ServiceNow alert method integration with new token-based authentication. This provides a stable and resilient alternative to basic authentication for all Nobl9-to-ServiceNow connections.
To use this method, provide the REST API token generated for your ServiceNow instance instead of standard user credentials:

The YAML configuration now supports the apiToken field. Use it instead of the username and password required for the basic authentication:
ServiceNow YAML definition fragment using token-based authentication
servicenow:
apiToken: servicenow-rest-api-token
instanceName: servicenow-instance-name
Ensure uninterrupted alert flows by decoupling your ServiceNow integration from individual user password rotations
Documentation updatesโ
ServiceNow alert method guide