stephenb
(Stephen Brown)
November 4, 2024, 4:38pm
5
What version are you on? Ohh I see 8.15.3
Did you try to create a new service account token?
Perhaps look at this similar thread, did you create the token via CLI or API?
Perhaps recreate the service token with the API
The CLI creates a service token in a file, which is not replicated.
The API creates a service token in an index, which is replicated.
The URL method and path are of the form:
POST /_security/service/<namespace>/<service>/credential/token/<token_name>
Perhaps one of these curl examples would work:
$ curl -s -X POST -u elastic:PASSWORD "ADDRESS:9200/_security/service/elastic/kibana/credential/token/token1"
$ curl -s -X POST -H 'Authorization: Bearer TOKEN' "ADDRESS:9200/_security/service/ela…
Also I would always get everything working before you put a proxy in front... eliminate the variables