I'm planning to create remote instances of datahub...
# ingestion
b
I'm planning to create remote instances of datahub ingestion containers and have them send the data to gms on another network, is there a way to authenticate?
b
We currently use our own proxy on top of GMS to do this... We're considering open sourcing but ideally this will be addressed as part of RBAC, which will introduce authentication filters into GMS itself.... until then though I'd recommend using a proxy that verifies a token
b
Alright, thanks! Will probably try nginx with basic password for now.
b
thats makes sense to me!