CircleCI-Public / jira-connect-orb

Display the status of CircleCI workflows and deployments in Jira!
https://circleci.com/orbs/registry/orb/circleci/jira
MIT License
25 stars 27 forks source link

Use CircleCI Proxy for Atlassian Auth #3

Closed eddiewebb closed 5 years ago

eddiewebb commented 5 years ago

This PR removes all knowledge of JWT/Auth and send the information/payload to a CircleCI proxy that will authorize to build endpoint using known token. (Users must install CircleCI app in their Jira instrance)

eddiewebb commented 5 years ago

@KunalJain / @ttrahan - this PR published a dev version that is passing sample project using the new proxied-auth endpoint that @polymeris and @ProjectFrank built out.

When merged it will publish circleci/jira@0.0.1

eddiewebb commented 5 years ago

Added deployments back in, passing unit and integration tests https://circleci.com/gh/eddiewebb/circleci-samples/387 https://eddiewebb.atlassian.net/browse/CC-11

@KunalJain / @ttrahan - getting a successful message through proxy from Jira on deployments, but still do not see where they are reflected in JIra tickets anywhere.