Docs: Add LDAP UAA Example

This commit is contained in:
David Turanski
2019-03-06 14:17:50 -05:00
committed by Gunnar Hillert
parent 70ca0050df
commit d83deb54a8
6 changed files with 21 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View File

@@ -1,5 +1,5 @@
= Spring Cloud Data Flow Samples
Sabby Anandan; David Turanski; Glenn Renfro; Eric Bottard; Mark Pollack; Chris Schaefer; Christian Tzolov
Sabby Anandan; David Turanski; Glenn Renfro; Eric Bottard; Mark Pollack; Chris Schaefer; Christian Tzolov; Gunnar Hillert
:doctype: book
:toc:
:toclevels: 4

View File

@@ -50,3 +50,7 @@ It supports downsampling, automatically expiring and deleting unwanted data, as
include::micrometer/influx/main.adoc[]
include::micrometer/prometheus/main.adoc[]
== Security
include::security/main.adoc[]

View File

@@ -0,0 +1,4 @@
:sectnums:
:docs_dir: ..
include::{docs_dir}/../../../security-ldap-uaa-example/README.adoc[]