Skip to content

Commit

Permalink
api: authorization_scriptlet
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Somers <[email protected]>
  • Loading branch information
bensmrs committed Dec 6, 2024
1 parent 469077b commit 0732ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2668,3 +2668,7 @@ This adds support to take screenshots of the current VGA console of a VM.
## `image_import_alias`

Adds a new `X-Incus-aliases` HTTP header to set aliases while uploading an image.

## `authorization_scriptlet`

This adds the ability to define a scriptlet in a new configuration key, `authorization.scriptlet`, managing authorization on the Incus cluster.
1 change: 1 addition & 0 deletions internal/version/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ var APIExtensions = []string{
"storage_live_migration",
"instance_console_screenshot",
"image_import_alias",
"authorization_scriptlet",
}

// APIExtensionsCount returns the number of available API extensions.
Expand Down

0 comments on commit 0732ae2

Please sign in to comment.