Alpakka google-cloud-storage configuration

Hi,
I would like to use Alpakka to materialise my stream on GCS.
It seems that for authentication we need to provide private key in config file. Rest of my code use service login to silently authenticate to cloud services. Is service login supported in some way? What are alternatives to avoid to write private keys in config file?

Thanks for your help.