boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

Additional Setting needed for Slack Signing Secret #360

Closed tlawrie closed 2 years ago

tlawrie commented 2 years ago

An additional Setting is needed as part of the extensions configuration for the Slack signing secret

        {
            "description" : "The Signing Secret from your Slack apps credentials.",
            "key" : "slack.signingSecret",
            "label" : "Slack Signing Secret",
            "type" : "secured",
            "value" : "",
            "readOnly" : false
        }

Loader to be updated with additional item.

tlawrie commented 2 years ago

Hey @gchickma are you able to do the loader update?

dlandry318 commented 2 years ago

Hey @tlawrie, what config will this new setting be under? e.g. Task Config, Workspace Config, etc

tlawrie commented 2 years ago

hi @dlandry318 thanks for looking into this. Its part of the Extensions Configuration.