For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationCommand referenceRelease notes
DocumentationCommand referenceRelease notes
  • Release notes
    • Overview
    • Changelog
      • IAG 5.4.0
      • IAG 5.3.0
      • IAG 5.2.0
      • IAG 5.1.0
      • Gateway Manager 1.0.0
LogoLogo
Open sourceSupportFAQsDocs Home
On this page
  • What’s new in IAG 5.2
  • Inject secrets into services
  • Security improvements
  • Platform compatibility
Release notesFeature announcements

IAG 5.2.0 feature announcement

Was this page helpful?
Previous

IAG 5.1.0 feature announcement

Next
Built with

Itential Automation Gateway (IAG) 5.2 enhances security and flexibility for network automation operations by introducing secrets injection capabilities alongside important security improvements.

What’s new in IAG 5.2

Inject secrets into services

IAG 5.2 introduces the ability to securely inject sensitive information stored in IAG’s secret store directly into your services as environment variables during execution. This enhancement streamlines credential management while maintaining security best practices for your automation workflows.

Key capabilities include:

  • Flexible secret association: Associate secrets with services at creation time or during execution
  • Environment variable injection: Seamlessly inject passwords, API tokens, AWS credentials, and other sensitive data as environment variables
  • Decorator support: Define secret requirements directly in your service decorators using custom annotations
  • Platform integration: Execute services with injected secrets through Gateway Manager’s runService task

This feature eliminates the need to hardcode sensitive information in your automation scripts, reducing security risks and simplifying credential rotation across your automation environment.

For implementation guidance and detailed examples, see Inject secrets into services.

Security improvements

ENG-13805: Resolved a potential path traversal security vulnerability detected by Snyk’s code analysis.

Platform compatibility

IAG 5.2 works with Gateway Manager to connect to Itential Platform, enabling IAG services to be used as tasks within Platform workflows. Services configured with secret injection can be executed through the runService task, bringing enterprise-grade secrets management to your automation workflows.

IAG 5 supports Itential Platform versions 6 and 2023.2.

To use the secrets injection feature, you must be running IAG 5.2 or later with IAG’s secret store configured. For information on configuring the secret store, see Configure IAG secret store.