Fix token decription setting in capi-v2 config (#91)

This commit is contained in:
Andrey Fadeev 2020-10-23 10:24:32 +03:00 committed by GitHub
parent 29b5d5a5fe
commit 00b87d58d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,9 +71,8 @@
{reporter_url_lifetime, 300}, % seconds
{default_processing_deadline, <<"30m">>},
{lechiffre_opts, #{
encryption_key_path => <<"/var/lib/capi/keys/token_encryption_key1.jwk">>,
decryption_key_paths => [
<<"/var/lib/capi/keys/token_encryption_key1.jwk">>
decryption_sources => [
{json, {file, <<"/var/lib/capi/keys/token_encryption_key1.jwk">>}}
]
}}
]},