Commit Graph

18 Commits

Author SHA1 Message Date
buildmaster
c17b5e4c2a Update SNAPSHOT to 1.0.0.RELEASE 2019-01-22 18:27:58 +00:00
Georgios Andrianakis
6e8b7bcc08 Port doc fix from #311 to proper doc file 2019-01-22 17:44:39 +02:00
Chin Huang
3409ad81a5 Fix typo that recommends RBAC ensures unauthorized access to Secrets (#306) 2019-01-16 11:20:51 -05:00
buildmaster
7c61999dfd Going back to snapshots 2018-12-21 01:05:39 +00:00
buildmaster
581dd37176 Update SNAPSHOT to 1.0.0.RC2 2018-12-21 01:02:10 +00:00
salaboy
ef51d11f33 #233 Initial Istio Awareness implementation (#286)
* initial profile and check

* initial istio aware profile impl

* adding initial docs

* fixing parent

* using BootstrapConfiguration for istio profile check

* Improve log messages

* Add Istio integration tests

* Remove unused IstioClient

* Remove redundant parent

* Revert "Remove redundant parent"

This reverts commit c41271fa

* Fix startup error

* Add name to istio module

* Move IstioClient out of bootstrap configuration

This is needed because the Kubernetes Config is not a bean in the
bootstrap context.
Furthermore the IstioClient is not used anywhere in the bootstrap
context

* Polish

* Ensure this IstioClient is actually injected

* Fix integration test setup

* more refinements

* aligning property name

* adding headers and small refinements
2018-12-20 12:16:59 -05:00
Ryan Baxter
b3de20b215 Fixing documentation 2018-12-20 10:52:06 -05:00
Georgios Andrianakis
a006296c78 Rationalize ConfigMap usage when paths (mounted files) are involved
This is done by removing the file walking and loading logic that existed
before and replacing it with an implementation that creates on
ConfigMapResource per specified path.
Reading and processing the content of the path is done in the exact
same way as the enableApi method does thus providing a consistent
experience.

The implementation is inspired by the following comment:
https://github.com/spring-cloud/spring-cloud-kubernetes/issues/230#issuecomment-420341743

Fixes: #230
2018-12-19 20:49:24 +02:00
Peter Butkovic
9a7be93cac docs: native kubernetes service discovery (#300) 2018-12-18 16:27:49 -05:00
Mark Anderson
a5baf013f6 Use java.time.Duration for duration based properties. (#294)
* Use java.time.Duration for duration based properties.

* Update javadoc for period in ConfigReloadProperties.
2018-12-14 11:29:58 -05:00
buildmaster
ab630b488a Going back to snapshots 2018-12-11 22:00:48 +00:00
buildmaster
291929d61a Update SNAPSHOT to 1.0.0.RC1 2018-12-11 21:57:32 +00:00
buildmaster
03f55afc10 Going back to snapshots 2018-12-11 16:46:25 +00:00
buildmaster
9c32877909 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 16:43:15 +00:00
salaboy
c4774c3c77 Doc improvements
* initial fixes, links missing

* adding links and resources

* updating headers size and example section

fixes gh-268
2018-12-05 11:31:38 -05:00
buildmaster
a3d430390f Going back to snapshots 2018-11-18 09:40:23 +00:00
buildmaster
a436c580b5 Update SNAPSHOT to 1.0.0.M2 2018-11-18 09:37:30 +00:00
salaboy
210338465f AsciiDoc documentation (#263)
* initial documentation refactoring

* more updates and changes

* fixing pom

* rename intro to spring-cloud-kubernetes.adoc

* creating root document

* fixing docs index
2018-11-07 11:43:20 -05:00