-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(auth): integrate ldap #3031
Changes from 3 commits
6bd7747
3d6463d
aab45c2
b0c7b53
607d70a
252efc5
f3943e8
09357ae
f5049c2
2d16bd2
7d74c76
2be63e7
9efbaf8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ jobs: | |
context: . | ||
build-args: | | ||
SAML_INSTALLED=1 | ||
POETRY_OPTS=--with saml,auth-controller | ||
POETRY_OPTS=--with saml,auth-controller,ldap | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since we're resorting to a private git dependency, this step will fail without adding credentials to the git client. See one of the solutions. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hmm... I was assuming that the presence of the github token secret variable would suffice here but perhaps you're right. It's working currently where we manually checkout the packages but I guess that's because we're using a pre-built action. I'll have a play with this... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We are providing a distinct token to the checkout action for the private repos, aren't we? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, you're right, we are. Well caught, thanks! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See successful build here. |
||
|
||
stop-runner: | ||
needs: [start-runner, build-dockerhub] | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, irrelevant to this PR but it was bothering me.