We are using basic license of elasticsearch 8.7.1 and want to implement JWT authentication, but when we add Realm for JWT authentication using token type = access-token getting following warning in log file:
[WARN ][o.e.x.s.a.RealmsAuthenticator] [ASALEEM] No authentication credential could be extracted using realms [reserved/reserved,file/default_file,native/default_native]. Realms [jwt/jwt2] were skipped because they are not permitted on the current license
So the question is do basic license of elasticsearch 8.7.1 support JWT authentication?