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

apify actor get-input doesn't decrypt input #757

Open
oklinov opened this issue Feb 25, 2025 · 2 comments
Open

apify actor get-input doesn't decrypt input #757

oklinov opened this issue Feb 25, 2025 · 2 comments
Assignees
Labels
t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@oklinov
Copy link

oklinov commented Feb 25, 2025

Run

apify actor get-input should output:

{"secret":"my secret","url":"https://www.apify.com/"}

Got:

{"secret":"ENCRYPTED_VALUE:SpuCoqPHFDNAw+m8lRcjxgDzmR/1wxdDDtRWrLKkyNqXmbivbjH62zl2Qed3mcVb6aUAg0kw9VnepclnTh+2Hc1b3U/X4ew8w+LxRfR1gz1MAH4cG1d9WU2KA4VtbEf3MbgAP6+Niurp3eJveqFsgrvSBgRfDIuzTaT2FzqnKNbwFnST4JkmdgwVvh5cc5H02ytqvLh+QBwIWDMNt7WREztPSjkreiYum13OOHTA9OalVhZ7ENcl0FQ2IYSR6kbTgwBvqiXLbi+v7Hb5j7vo0APFwDud0t0OoHg0au4BYh7aRnFBixMMCw1gN9izkGK7xVR7jsCKz1rNBlxJn7dupg==:TzXWaP7j57wJytR2hRRZbjWKdv2gkZEYYA==","url":"https://www.apify.com/"}
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Feb 25, 2025
@B4nan
Copy link
Member

B4nan commented Mar 3, 2025

@vladfrangu please verify how this works on SDK level, I think the secrets are automatically decoded there, so the behaviour with CLI should be most likely the same. But its something to confirm first (with someone from the platform team I guess).

@vladfrangu
Copy link
Member

Sounds good, I'm a bit worried about how we'd test this locally 😅 but I don't think it'd matter much, right? I think we handle it in SDK already so I can just inspire from there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

No branches or pull requests

3 participants