Aerospike connect Trino - Error listing schemas for catalog

Followed the docs here Configuration Properties for Aerospike Connect for Trino | Aerospike Documentation supplied clientpolicy params

      aerospike.clientpolicy.user: xxx
        aerospike.clientpolicy.password: xxx
        aerospike.clientpolicy.authMode: INTERNAL
        aerospike.hostlist: xxx.com:3000

However I am getting this error while querying with trino cli (using trino 464)

trino> show schemas from aerospike;

Query 20241108_230450_00022_w4vj2 failed: Error listing schemas for catalog aerospike: Aerospike feature key validation

The same credentials work for connection with other tools but only occur with trino. We are also using a full Aerospike enterprise version. What am I doing wrongly?