IntelOwl icon indicating copy to clipboard operation
IntelOwl copied to clipboard

Cache configuration not invalidated when adding environment key

Open 0ssigeno opened this issue 3 years ago • 0 comments

What happened

Bring up application, the environment key of Analyzer X is not set Check that X is not configured on the GUI Bring down the application Add the env_key of X Bring up the application X is still not configured on the GUI

What did you expect to happen

X is configured on the GUI

Why it happens

The configuration is cached, the env_key is retrieved only when the configuration cache is invalidated. Changing the env_key does not cause the cache to be invalidated, meaning that the application does not retrieve the new key and the GUI does not show it

0ssigeno avatar Aug 10 '22 10:08 0ssigeno