Guillaume
Guillaume
I am open to implementing this feature if maintainers approve this proposal. Please let me know, I'll do a PR. Also, if you have a different approach that would be...
Hey @LeoColomb, My approach will be : On python script file into `charts/netbox/files/configuration.py`, we can do database setup like this : ```python DATABASES["default"]["NAME"] = _read_secret(provided_secret_name, "db_name") DATABASES["default"]["USER"] = _read_secret(provided_secret_name, "db_user")...
I didn't saw issue that #210, but, I finally manage to filter witn custom fields by using `Q()` method : ```golang func (r *NetboxClient) GetPrefixWithQuery(Q string, ctx context.Context) (*netbox.PaginatedPrefixList, error)...
3 weeks since my last message, any mainteners of that repository can answer ?