From: Thomas Dalichow Date: Fri, 17 Aug 2018 12:36:26 +0000 (+0200) Subject: fbb-api - add HTTP Auth for swagger documentation (fix) X-Git-Tag: v0.1.0~392 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a2219a916377aef49ee20ded34a0dd241933181e;p=pixelpark%2Fhiera.git fbb-api - add HTTP Auth for swagger documentation (fix) --- diff --git a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml index 01b1d9b6..a45c73e0 100644 --- a/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml @@ -79,6 +79,7 @@ infra::profile::apache::pp_vhosts: - location3: provider: location path: '/api/v1/documentation' + auth_type: Digest auth_name: server auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest' diff --git a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml index 0f7efc38..d6e3c971 100644 --- a/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml +++ b/customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml @@ -62,6 +62,7 @@ infra::profile::apache::pp_vhosts: - location3: provider: location path: '/api/v1/documentation' + auth_type: Digest auth_name: server auth_digest_provider: file auth_user_file: '/etc/httpd/htdigest'