Hi Friends,
I am exploring the Tyk community edition API gateway on docker. When i try to get list of API keys via api i.e GET → http://:/tyk/keys and using x-tyk-authorization = in header. it’s giving me error in response.
{
“status”: “error”,
“message”: “Hashed key listing is disabled in config (enable_hashed_keys_listing)”
}
As per link Tyk Gateway Configuration Options . We might need to enable TYK_GW_ENABLEHASHEDKEYSLISTING. So my question is how to enable it at (container os / docker host / some where else). Please help me in resolving this