MartinHanewald / rbloggerstutorial1

Sample files for SSH + BasicAuth docker tutorial
10 stars 2 forks source link

Plumber Authentication in containers #1

Open pedreen opened 5 years ago

pedreen commented 5 years ago

Hello, @MartinHanewald , how are you? I need to apply authentication to my plumber API, but I need to use this in containers on the Google Cloud Platform. I tried to apply what you showed in the R-bloggers tutorial, but I could not succeed. Have you implemented this in containers?

MartinHanewald commented 5 years ago

Hi there, the concept I have shown should work without problems in a cloud environment. For troubleshooting you can check the following things:

I just published a second tutorial on professional R deployment ( https://qunis.de/category/r-bloggers/). Maybe you have more success with the deployment framework shown there. The next tutorial will be about ramping the whole thing up on an Azure virtual machine. So if you wait for one week, you will get a detailed guide :)

Best regards, Martin

Am Mo., 1. Apr. 2019 um 15:54 Uhr schrieb pedreen <notifications@github.com

:

Hello, @MartinHanewald https://github.com/MartinHanewald , how are you? I need to apply authentication to my plumber API, but I need to use this in containers on the Google Cloud Platform. I tried to apply what you showed in the R-bloggers tutorial, but I could not succeed. Have you implemented this in containers?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/MartinHanewald/rbloggerstutorial1/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/AeUut60hAHtXQDES3PRnfN-zDFHE19Emks5vcg-QgaJpZM4cVx59 .

pedreen commented 5 years ago

Martin, thank you very much for your attention! I will try to apply this tutorial that you gave me and try to make some changes to try to make it work on kubernetes in the Google Cloud Platform. But I'll also wait for your next Azure container tutorial, I think this can help me too.

Thank you again!