From 61f73002348e3485b61e9f887d91ee5932fab3e6 Mon Sep 17 00:00:00 2001 From: Radek Date: Wed, 28 Aug 2024 19:50:49 +0200 Subject: [PATCH] test array --- test/expectation/.expected | 1 + .../_application_kerberos_authentication_allowed_issuers | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/fixture/volumes/aws-parameter-store/_application_kerberos_authentication_allowed_issuers diff --git a/test/expectation/.expected b/test/expectation/.expected index 4afa568..30efc41 100644 --- a/test/expectation/.expected +++ b/test/expectation/.expected @@ -7,3 +7,4 @@ private=password redis.kerberos-authz.url=kerberos-authz.cache.dev.pleo.io sqs.sales.endpoint=https://sputnik-buckname.name.com with.special.chars=@sbSZN%r!r!&9bgE%x&IC%2Bh952U%jD!o&Tww4^ztH#ds@3R44 +authentication.allowed.issuers=["pleo.production", "pleo.openapi.production"] diff --git a/test/fixture/volumes/aws-parameter-store/_application_kerberos_authentication_allowed_issuers b/test/fixture/volumes/aws-parameter-store/_application_kerberos_authentication_allowed_issuers new file mode 100644 index 0000000..02c193d --- /dev/null +++ b/test/fixture/volumes/aws-parameter-store/_application_kerberos_authentication_allowed_issuers @@ -0,0 +1 @@ +["pleo.production", "pleo.openapi.production"] \ No newline at end of file