Skip to content

Releases: adnovum/tenantsecrets

0.0.7

21 Jun 08:00
Compare
Choose a tag to compare
  • Validate the secrets configuration
  • New plugin logo

0.0.6

16 May 15:26
Compare
Choose a tag to compare

Changed the endpoints so they are easier to reverse proxy

Old:

GUI: http://localhost:1717/secrets
REST: http://localhost:1717/api/secrets

New:

GUI: http://localhost:1717/secrets
REST: http://localhost:1717/secrets/api

This way you can have an NGINX configuration that proxies "/secrets" to "/secrets". With the old config, either you needed two
location definitions, or an extra prefix in the path requested by the client.

0.0.5

10 May 07:25
Compare
Choose a tag to compare

Plugin moved to Adnovum organization.

0.0.4

12 Jan 19:44
Compare
Choose a tag to compare
v0.0.4

Allow setting a different doc link for webservice UI

0.0.3

12 Jan 10:16
Compare
Choose a tag to compare
Fix some integration issues

- Don't hardcode target of UI Form, so it works behind proxies
- Lower plugin GoCD version requirement

0.0.2

10 Jan 17:33
Compare
Choose a tag to compare
v0.0.2

Bump version