I am pretty new to digital ocean. I am trying to connect Grafana loki running on a droplet to created spaces and I am having trouble doing securely by not passing the accesskeys to it directly
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey @segunsakaaiyedun,
Well, you can store the access keys in a file and set it’s permissions to 400. Usually when you have some secrets that’s the way to go. One other thing, that’s usually the case when creating applications and configuring it’s config file. It’s hard to fully secure it except for adding the secerts to a config file with lower permissions than usual.