Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Releases: zalando-stups/spring-boot-zalando-stups-tokens

Fix CCE when 'enable-mock' on K8s

21 Nov 22:34
Compare
Choose a tag to compare
Pre-release

Avoids ClassCastException when 'enable-mock: true' on K8s.
Was reported in #33

InfoContributor with autoconfiguration added

07 Sep 14:44
Compare
Choose a tag to compare

#29
The autoconfigured InfoContributor is now part of the release.

Fail fast when configured 'CREDENTIALS_DIR' does not exists

04 Sep 09:59
Compare
Choose a tag to compare

This release fixes the following issues:

#19
For the case the configured 'CREDENTIALS_DIR' does not exists the application should fail with following output:

***************************
APPLICATION FAILED TO START
***************************

Description:

The configured 'CREDENTIALS_DIR' /meta/credentials does not exists.

Action:

Make sure 'CREDENTIALS_DIR' exists before application starts.

instead of failing with a ClassCastException.

#16
'spring-boot-starter-web' now got a test-scope in the pom.

Read value of 'namespace' file

04 Sep 10:08
Compare
Choose a tag to compare
Pre-release

#20
Instead of only checking the file exists, the content is is provided now as a property 'k8s.namespace'. With a custom org.springframework.boot.actuate.info.InfoContributor this can be exposed in the info-Actuator endpoint and seen in dashboards like Spring-Boot-Admin

screen shot 2017-09-04 at 12 06 22

Update to latest 'token'-lib, add 'descr' and 'orga' in pom.xml

24 Sep 09:10
Compare
Choose a tag to compare
0.9.2

[maven-release-plugin] copy for tag 0.9.2