Releases: adnovum/tenantsecrets
Releases · adnovum/tenantsecrets
0.0.7
0.0.6
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
Plugin moved to Adnovum organization.
0.0.4
v0.0.4 Allow setting a different doc link for webservice UI
0.0.3
Fix some integration issues - Don't hardcode target of UI Form, so it works behind proxies - Lower plugin GoCD version requirement
0.0.2
v0.0.2 Bump version