Amanda McGuinness
Amanda McGuinness
I've managed to reproduce it... ``` $ st2 pack install aws_boto3 For the "aws_boto3" pack, the following content will be registered: actions | 6 rules | 0 sensors | 0...
I don't think its related to the apikey login versus the username login, as I managed to reproduce today with both methods. Added in debug, and it looks like its...
@minsis Found something in the st2stream logs: ``` 2021-08-03 19:02:29,809 139735081647144 DEBUG error_handling [-] API call failed: User "packuser" doesn't have required permission "stream_view" (exception_class='ResourceTypeAccessDeniedError',exception_message='User "packuser" doesn\'t have required permission...
Glad we found the problem, so sounds like this has shown a few things: 1) we can rephrase or raise a new bug to state that we don't see the...
Point 3 is an odd one. I originally was thinking it was about rbac, but its not its about st2 client doing an async call but then not having the...
The pip version we have used is 20.3.3. There were some errors reported that were similar, that I think were resolved by moving to 20.3.3. It wasn't trying to use...
To confirm whether its the specific python version its probably worth setting the alernate python library to 3.8 if that's possible (on a system whereby the defualt ST2 python is...
I just tried with on an CentOS 8 system running 3.6dev, adding python3.8, installing openldap-devel rpm, pip3.8 install of ST2 requirements, and then pointing the python_binary to 3.6. Then installed...
Looking in the st2actionrunner then we can find the python path and python exe that it uses, e.g. `sudo grep "Running command" /var/log/st2/st2action*2225320.log ` and if I set PYTHONPATH to...
So I think @wingiti your copy of the system-site-packages was the right thing to do. The question then is why that didn't copy over the udatetime, so make sure that...