Skip to content

Commit

Permalink
add note about missing X-Allow-Unsigned header
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Apr 6, 2016
1 parent e0047ee commit c28f828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/snap_op.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ func (client *Client) InstallSnap(name, channel string) (string, error) {

// SideloadSnap sideloads the snap with the given path, returning the UUID
// of the background operation upon success.
//
// XXX: add support for "X-Allow-Unsigned"
func (client *Client) SideloadSnap(path string) (string, error) {
f, err := os.Open(path)
if err != nil {
Expand Down

0 comments on commit c28f828

Please sign in to comment.