Hi guys, I was wondering if there is any way to us...
# all-things-deployment
q
Hi guys, I was wondering if there is any way to use a password for all the GMS api requests. There used to be an env variable into the GMS deployment, DATAHUB_SECRET, but it's not there anymore. Am I missing something or isn't this implemented? Regards
plus1 1
b
Hihi! We recently rolled out Authentication in GMS that allows you to use a Personal Access Token when making requests to GMS. It is not in the latest release, but will be in the next one. Learn more here: https://github.com/linkedin/datahub/blob/master/docs/introducing-metadata-service-authentication.md
q
thanks
s
Is this already release? I'd follow the setting steps but still get 401 Unauthorized from either gms or graphql API after added token in header. Also, this curl response 401 Unauthorized. What may be wrong? Thanks
b
It's available for use in the HEAD containers and will be released this friday as part of 0.8.18
@straight-elephant-38247 Are you using head containers? and have you set the METADATA_SERVICE_AUTH_ENABLED=true flag in the 2 service containers?