Dennis Whitney
Dennis Whitney
@jensenja When the workflow fails, are you trying rerun the entire workflow or just the specific task that failed? I'm my case I'm just testing a very simple `core.remote` execution....
Locally I'm using what came with the st2 package. The orjson install issue comes from a pack install failing, specifically Zabbix which installs the st2client no pinning. So its trying...
@amanda11 Upgrading to 3.5.0 fixed the issue. The new virtualenv's that get created are running 20.3.3 now which will now install the correct wheel for orjson instead of trying to...
Poking around it looks like this is more of schema enforcement than a yaml issue. https://github.com/StackStorm/orquesta/blob/master/orquesta/specs/native/v1/models.py#L614 I think the challenge here is that anchors can be defined as anything and...
Maybe the user that the API key is for doesn't have permissions to access `anykey`?
@amanda11 I did what you asked but I still get the same error. Unless my user is an admin I can't properly install packs using my limited roles. I am...
@blag I have an [similar feature opened](https://github.com/StackStorm/st2/issues/5204) which I guess goes along this lines of changing the RBAC system. Also, the RBAC repo seems to go unnoticed by core devs...
@amanda11 I upgraded to 3.5 and am still having this issue. So I'm not sure where the issue is at this point. Is it with RBAC or is it something...
So here I dont login I use an API key for this user - not sure if that makes a difference or not. doing `st2 install bitbucket` gives the traceback...
@amanda11 Looks like this was it. I guess that explains why I didn't see any errors in the API log since it was in the st2stream. I didn't think about...