From a2219a916377aef49ee20ded34a0dd241933181e Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Fri, 17 Aug 2018 14:36:26 +0200 Subject: [PATCH] fbb-api - add HTTP Auth for swagger documentation (fix) --- customer/fbb-api/tst-api01-fbb.pixelpark.net.yaml | 1 + customer/fbb-api/tst-api02-fbb.pixelpark.net.yaml | 1 + 2 files changed, 2 insertions(+) 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' -- 2.39.5