Skip to content

Commit

Permalink
Clarify external plugin status
Browse files Browse the repository at this point in the history
  • Loading branch information
akclace committed Nov 2, 2024
1 parent 93fddd7 commit 8216ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/Plugins/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ summary: "Overview of how plugins work, how to use them"

Plugins provide an API for Clace Starlark code to call out to external systems. Plugins are implemented in Go. Every plugin API calls needs to be in the approved list for it to be permitted. See [security]({{< ref "appsecurity#sample-application" >}}/) for an overview of the security model.

Each plugin is identified by a unique name, like `store.in` or `exec.in`. Plugins ending with `.in` are internal plugins, built into the Clace binary. Support for external plugins which are loaded dynamically is currently in progress.
Each plugin is identified by a unique name, like `store.in` or `exec.in`. Plugins ending with `.in` are internal plugins, built into the Clace binary. Support for external plugins which are loaded dynamically is planned.

## Plugin Usage

Expand Down

0 comments on commit 8216ab6

Please sign in to comment.