-
-
Notifications
You must be signed in to change notification settings - Fork 934
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
Add REMOTE_AUTH_* configs #310
Add REMOTE_AUTH_* configs #310
Conversation
4de27a6
to
8648bff
Compare
e9eabfd
to
5661280
Compare
@cimnine Netbox v2.8.6 was released a week ago. Could you make a new release of netbox-docker as well with some PRs (including my PR)? |
Sorry, it was – and still is – a busy time. I've not have had time to look into all the PRs. From a first glance, what I don't like are the Since this is a problem in other open PRs as well, maybe – instead of loading X additional files (or eval X env variables for that matter) – we should aim for a more flexible option altogether, e.g. loading all files in a certain directory (e.g. Independent of the above, I'm not sure whether I like the if statement with code for 2.8 and 2.9+. Maybe we should just wait until 2.9 is released and get rid of the condition. It is hard enough to keep up with the current versions, so I don't fancy implementing backwards-compatibility. |
I've started a discussion issue here: #318 |
As for dynamic variables, your concern is reasonable, and I also have the same mind. I'd like to join the discussion in a separate issue. Actually,
As you said, the In summary, I will fix this pull request:
|
Since 2.9 was released it might be time to update this PR and get this merged. |
I just added the missing options from your PR into my PR #339 which just addressed REMOTE_AUTH_ENABLED and REMOTE_AUTH_BACKEND. I wasn't aware of this PR when i originally opened my PR. My goal is to get this merged soon. But since my PR is now just basically your PR (exept the if) i would propose merging this PR without the if (and closing mine). |
c8e3a1f
to
c854685
Compare
Good, i'm gonna close my PR. You should probably squash those two commits. But what about |
c854685
to
7301f05
Compare
The |
Okay, I definitely agree with getting this merged as soon as possible. (You might have noticed that I'm trying exactly that the last weeks 😅) |
@cimnine #343 is reasonable and maybe makes this PR unnecessary. However, the discussion takes a longer time than we expected... If the new configuration system may take a longer time to merge and release, I think this PR (without dynamic variables of |
7301f05
to
38f4474
Compare
Related Issue:
New Behavior
The remote authentication feature, which is available from Netbox v2.8, will be supported in the docker image.
Contrast to Current Behavior
...
Discussion: Benefits and Drawbacks
...
Changes to the Wiki
...
Proposed Release Note Entry
Double Check
develop
branch.