Skip to content
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

Auth token not recognized in config #4

Closed
v-p-b opened this issue Apr 10, 2023 · 4 comments
Closed

Auth token not recognized in config #4

v-p-b opened this issue Apr 10, 2023 · 4 comments

Comments

@v-p-b
Copy link

v-p-b commented Apr 10, 2023

Lin 65 reports that authtok is not set while it only checks for opaque-store:

if 'authtok' in config:
config['authtok']=a2b_base64(config['authtok']+'==')
if 'opaque-storage' not in config:
raise ValueError("no opaque-storage and no authtok in config file")

stef added a commit that referenced this issue Apr 10, 2023
v-p-b pushed a commit to v-p-b/klutshnik that referenced this issue Apr 10, 2023
@stef
Copy link
Owner

stef commented Apr 10, 2023

why was fe627b0 not good?

@v-p-b
Copy link
Author

v-p-b commented Apr 10, 2023

Didn't notice, will merge thx!

@stef
Copy link
Owner

stef commented Apr 10, 2023

ah! noprob.

@stef
Copy link
Owner

stef commented Apr 10, 2023

if it fixes the problem, pls close this issue.

@v-p-b v-p-b closed this as completed Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants