Skip to content
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

Fix: Git data source sync in Netbox does not work #1560

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

matofeder
Copy link
Contributor

@matofeder matofeder commented Aug 14, 2024

Nginx Unit user UID has changed to 999 which breaks the git data source sync in Netbox.

Netbox 3.7.x container fixed this and used the user name and group unit:root instead of user ID.

This fix sets the default netbox user in the same way as unit:root.

Refer to the related issue and netbox-docker PR:

For issue replication:

  • Try to add a new data source to the Netbox (v 3.7.x and higher) (navigate to Operations/Data sources) and sync it.

Related to SovereignCloudStack/issues#712

Nginx Unit user UID has changed to 999 which breaks git data source sync
in Netbox.

Netbox 3.7.x container fixed this and use user name and group `unit:root`
instead od user ID.

This fix sets the default netbox user in the same way as `unit:root`.

Refer to related issue and netbox-docker PR:
- netbox-community/netbox-docker#1200
- netbox-community/netbox-docker#589

Signed-off-by: Matej Feder <[email protected]>
@matofeder matofeder changed the title FIX: Git data source sync in Netbox does not work Fix: Git data source sync in Netbox does not work Aug 14, 2024
@berendt berendt merged commit dbac081 into main Aug 14, 2024
2 checks passed
@berendt berendt deleted the fix_netbox_user branch August 14, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants