synpse-hq / synpse

Synpse is an all-in-one solution to manage your servers and IoT devices providing declarative app deployment, SSH access and TCP tunnels
https://synpse.com
Apache License 2.0
20 stars 3 forks source link

Standalone Docker auth secret #36

Open rusenask opened 6 months ago

rusenask commented 6 months ago

If only secret is supplied like this

spec:
  containers:
    - name: xx
      image: xx
      auth:       
        fromSecret: dockerhubCredentials

Try to base64 decode it into username/password. This would make auth a bit less cumbersome