mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 08:55:21 +00:00
Fix token decription setting in capi-v2 config (#91)
This commit is contained in:
parent
29b5d5a5fe
commit
00b87d58d4
@ -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">>}}
|
||||
]
|
||||
}}
|
||||
]},
|
||||
|
Loading…
Reference in New Issue
Block a user