-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate the Central management access tokens #9621
Labels
Comments
ph
added a commit
to ph/beats
that referenced
this issue
Dec 18, 2018
Add validations for the Kibana response with the access token, and enforce that the access token is not empty when unpacking the configuration. Since the access token in the keystore could be edited. Fixes: elastic#9621
ph
added a commit
that referenced
this issue
Dec 18, 2018
Add validations for the Kibana response with the access token, and enforce that the access token is not empty when unpacking the configuration. Since the access token in the keystore could be edited. Fixes: #9621
ph
added a commit
to ph/beats
that referenced
this issue
Dec 18, 2018
Add validations for the Kibana response with the access token, and enforce that the access token is not empty when unpacking the configuration. Since the access token in the keystore could be edited. Fixes: elastic#9621 (cherry picked from commit 8dd740f)
ph
added a commit
to ph/beats
that referenced
this issue
Dec 24, 2018
Add validations for the Kibana response with the access token, and enforce that the access token is not empty when unpacking the configuration. Since the access token in the keystore could be edited. Fixes: elastic#9621 (cherry picked from commit 8dd740f)
ph
added a commit
to ph/beats
that referenced
this issue
Dec 24, 2018
Add validations for the Kibana response with the access token, and enforce that the access token is not empty when unpacking the configuration. Since the access token in the keystore could be edited. Fixes: elastic#9621 (cherry picked from commit 8dd740f)
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…ess token (elastic#9790) Cherry-pick of PR elastic#9624 to 6.5 branch. Original message: Add validations for the Kibana response with the access token, and enforce that the access token is not empty when unpacking the configuration. Since the access token in the keystore could be edited. Fixes: elastic#9621
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add validation when we receives the token from Kibana to make sure we do not have an empty string.
Assert that the token is not an empty string before fetching the configuration from kibana, the token is saved in the keystore and user could modify that.
The text was updated successfully, but these errors were encountered: