cyberark/secretless-broker

View on GitHub
pkg/secretless/plugin/doc.go

Summary

Maintainability
A
0 mins
Test Coverage
/*

Package plugin allows you to extend the functionality of Secretless beyond the
currently supported built-in plugins.

Currently, the plugin package supports the following types of plugins:

  - Service connector plugins

For more detailed information on the plugin architecture and how to get started
building plugins, please refer to the README.md file in this directory in GitHub:
https://github.com/cyberark/secretless-broker/tree/main/pkg/secretless/plugin/README.md.

*/
package plugin