StackStorm/st2-dockerfiles

Integrate EWC OSS into Dockerfiles

arm4b opened this issue · 1 comments

arm4b commented

Extreme Networks opensourced EWC with Enterprise functionality https://stackstorm.com/2020/05/27/extreme-networks-donates-ewc-to-linux-foundation/

Currently StackStorm OSS Docker images are hosted on public Docker hub, while Enterprise Docker images has their own infrastructure, Registry, auth process and specific Dockerfiles code.

We'll need to rework the OSS Dockerfiles to include the code/adjustments made for ex-Enterprise Dockerfiles.
New Dockerfiles should also bundle the previously closed-source LDAP packages into image.

arm4b commented

st2 core since v3.4.0 open source version now bundles both RBAC and LDAP as pip dependencies and so it's up to user to enable RBAC in st2.conf and provide respective configs per https://docs.stackstorm.com/latest/rbac.html#enabling-rbac.