When getting "Search" field not available under "Key Management" tab on dashboard UI.
Could be issue due to gateway working in hashed or non-hashed key mode.
In hash key mode, dashboard will show keys as hashed and not the actual keys.
In non-hash key mode, dashboard will show actual keys along with hashed keys.
If keeping keys in hashed mode, set following in gateway and dashboard config so that both works in hashed key mode.
Gateway
"enable_hashed_keys_listing": true,
"hash_keys": true,
Dashboard
"hash_keys": true,
"enable_delete_key_by_hash": true,
"enable_update_key_by_hash": true,
"enable_hashed_keys_listing": true,
Comments
0 comments
Please sign in to leave a comment.