Skip to content

Commit

Permalink
Merge pull request #5 from ystia/feature/BRBDCF-1124-plugin-version-u…
Browse files Browse the repository at this point in the history
…pdate

plugin version update
  • Loading branch information
laurentganne committed Mar 6, 2018
2 parents 6967d33 + bb8c0fd commit ebb484c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
// This prevents users from executing bad plugins or executing a plugin
// directory. It is a UX feature, not a security feature.
var HandshakeConfig = plugin.HandshakeConfig{
ProtocolVersion: 2,
ProtocolVersion: 3,
MagicCookieKey: "YORC_PLUG_API",
MagicCookieValue: "a3292e718f7c96578aae47e92b7475394e72e6da3de3455554462ba15dde56d1b3187ad0e5f809f50767e0d10ca6944fdf4c6c412380d3aa083b9e8951f7101e",
}
Expand Down

0 comments on commit ebb484c

Please sign in to comment.