Socket
Book a DemoInstallSign in
Socket

@ansible/ui-plugin-sdk

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ansible/ui-plugin-sdk

Ansible UI Plugin SDK

0.2.6
latest
Source
npmnpm
Version published
Weekly downloads
12
-20%
Maintainers
4
Weekly downloads
 
Created
Source

Ansible UI Plugin SDK

A UI plugin SDK for implementing AAP plugins that dynamically extend the AAP UI.

The Ansible Automation Platform can be extended with new services. This is done by registering a service with the AAP gateway. Each service can extend the AAP UI with new integrations that are dynamically loaded from the service. This SDK defines the interfaces for defining a UI plugin.

There is an example repo demonstrating how to create a plugin using Module Federation.

The bundled plugin will then need to be hosted by the service that is registered with the AAP gateway.

Navigation Integration

New navigation items can be added to the AAP navigation by creating a navigation integration.

[
  {
    id: 'example-plugin',
    type: UIIntegrationType.Navigation,
    label: 'Example Plugin',
    path: 'example-plugin',
  },
  {
    id: 'plugin-sub-navigation',
    type: UIIntegrationType.Navigation,
    label: 'Example Sub Navigation',
    component: 'SubNavigation',
    parentId: 'example-plugin',
    path: 'navigation-1',
  },    
]

Components referenced in the navigation are built as part of the plugin using Module Federation. See example repo for implementation example.

Keywords

ansible

FAQs

Package last updated on 05 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.