diff options
author | vasraz <vasyl.razinkov@est.tech> | 2023-05-25 12:31:58 +0100 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-05-29 11:59:56 +0000 |
commit | 01cde8e3cd095919ba74ac1d5e750e4b6842ae64 (patch) | |
tree | 63cccc399cd0077bb35b5d010796b1de68a94a44 /docs/configuration.rst | |
parent | 342f9f85850667c9c3b8b31283421343b3a23caa (diff) |
Remove need for USER_ID header
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: I5dd1e34343bebec8a26786f402dc2b9b818e7f10
Issue-ID: SDC-4508
Diffstat (limited to 'docs/configuration.rst')
-rw-r--r-- | docs/configuration.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration.rst b/docs/configuration.rst index 5de8edebdd..480aeadd8b 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1292,9 +1292,6 @@ FE-configuration.yaml - &HTTP_IV_USER HTTP_IV_USER - &iv-user iv-user - - - &USER_ID USER_ID - - &user-id user-id - - - &HTTP_CSP_ATTUID HTTP_CSP_ATTUID - &csp-attuid csp-attuid - @@ -1315,6 +1312,9 @@ FE-configuration.yaml - - &HTTP_CSP_EMAIL HTTP_CSP_EMAIL - &csp-email csp-email + - + - &USER_ID USER_ID + - &user-id user-id # Frontend configuration version version: 1.0 |