StackStorm / st2-auth-ldap

LDAP backend for user authentication in StackStorm. Previously LDAP backend for EWC.
https://docs.stackstorm.com/authentication.html
Apache License 2.0
5 stars 12 forks source link

Fix build process for el8 package #64

Closed m4dcoder closed 4 years ago

m4dcoder commented 4 years ago

Move dependencies install into the stackstorm/buildpack:centos8 image. The eval docker run only evaluated the dependencies install and the make rpm was actually run on the host and not in the container. Add code in Makefile and .circleci/config.yml to help with troubleshooting.