DopplerHQ / python-sdk

MIT License
7 stars 3 forks source link

Can't download secrets by service token #20

Open oleg-kalinovskiy opened 10 months ago

oleg-kalinovskiy commented 10 months ago

Hi! I found mistake or i don't understand somethings. By default API or CLI we can download sercets with service token without usage config and project params. Proofs sdk doc, api reference, cli doc But, in SDK we can't do that. If we will open services/secrest::download, we can see that config and projects are required. And in comment below is writen, that this params not required if using a service token.

Can someone give me answer on question. How can i get secrests without config and projects params using service token.