-
Notifications
You must be signed in to change notification settings - Fork 34
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
Read authinfo for user and password information #52
Comments
I believe this may be due to es-mode using a different http request library than org-mode does, but I can look into this! |
Thanks for your answer, by the way I was gladly surprised that it worked with All best and thanks |
(for my reference) looks like I could use the |
Closing, I am not using this since a long time and I feel nothing will happen here, thanks for your help. |
I'd prefer to leave this open, I do think it would be an interesting feature, and you never know when I (or someone!) would have time to work on it. |
Hi,
I found the following issue, but I am not sure if I am missing something, does anyone know what is going on?
Thanks in advance for your help.
Context
Problem: es-mode does not read
.authinfo
but aes-mode
block in org-mode does.Description
The following works really nice in
org-mode
bufferBuffer content:
Outcome:
In this case the
src-block
reads the content of authinfo and uses it to set the headers in the request.But if I do the same request in
es-mode
it does not work, seeSteps to Test
.Steps to Test
Pull elasticsearch image from docker and run it
This image has a default user and password, add the following line to
~/.authinfo.gpg
Open scratch buffer and set
es-mode
Insert the following text
C-c C-c
The text was updated successfully, but these errors were encountered: