Skip to content

Commit

Permalink
Auth-controller is a fully python dependency now
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Jun 17, 2024
1 parent 6e0e8e3 commit 182e9ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ POETRY_VERSION ?= 1.8.2
GUNICORN_LOGGER_CLASS ?= util.logging.GunicornJsonCapableLogger

SAML_REVISION ?= v1.6.0
AUTH_CONTROLLER_REVISION ?= v0.0.1
RBAC_REVISION ?= v0.7.0

-include .env-local
Expand All @@ -34,7 +33,6 @@ install-packages:
install-private-modules:
$(eval SITE_PACKAGES_DIR := $(shell poetry run python -c 'import site; print(site.getsitepackages()[0])'))
git clone https://github.com/flagsmith/flagsmith-saml --depth 1 --branch ${SAML_REVISION} && mv ./flagsmith-saml/saml $(SITE_PACKAGES_DIR)
git clone https://github.com/flagsmith/flagsmith-auth-controller --depth 1 --branch ${AUTH_CONTROLLER_REVISION} && mv ./flagsmith-auth-controller/auth_controller $(SITE_PACKAGES_DIR)
git clone https://github.com/flagsmith/flagsmith-rbac --depth 1 --branch ${RBAC_REVISION} && mv ./flagsmith-rbac/rbac $(SITE_PACKAGES_DIR)
rm -rf ./flagsmith-saml ./flagsmith-auth-controller ./flagsmith-rbac

Expand Down

0 comments on commit 182e9ad

Please sign in to comment.