Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Update manifest.json and remove redundant options (#3)
Browse files Browse the repository at this point in the history
The Cloud deployer fails with an error about Go decoding and wrong struct fields. The only redundant field seems to be the `root_url` and
we removed it
  • Loading branch information
spirosoik authored Jul 7, 2022
1 parent 1cfa9d3 commit 75c6416
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@
"display_name": "Ponos",
"description": "Ponos is a tool which the SRE in Mattermost use for toil work",
"homepage_url": "https://github.com/mattermost/ponos",
"root_url": "",
"icon": "icon.png",
"requested_permissions": [
"act_as_bot",
"act_as_user"
],
"requested_locations": [
"/command"
],
"aws_lambda": {
"functions": [
{
Expand All @@ -19,13 +25,6 @@
"http": {
"root_url": "http://localhost:3000"
},
"requested_permissions": [
"act_as_bot",
"act_as_user"
],
"requested_locations": [
"/command"
],
"bindings": {
"path": "/bindings",
"expand": {
Expand Down

0 comments on commit 75c6416

Please sign in to comment.