enonic/app-guillotine

`X-Guillotine-SiteKey` header must be read from local context

Closed this issue · 0 comments

Guillotine must provide access to value of X-Guillotine-SiteKey header via local context.

Also, local context must contain the following properties:

  • project - name of current repository id from context. In the future it will be project argument from guillotine field
  • branch - name of current branch from context. In the future it will be branch argument from guillotine field
  • siteKey - value from X-Guillotine-SiteKey header. In the future it will be siteKey argument from guillotine field