programCpp
programCpp
- added GOPROXY variable - parameterized docker image to run the task
@vdemeester can i create a separate PR for the build task?
@vdemeester could you help merge this PR? this pr requires a lgtm label
> agree @chmouel since package installation is optional, is it okay to have this option open? helps to setup/ test pipelines locally without any container registry dependency
User goes from browser B to `s1.domain.com`, gets redirected to `auth_server.domain.com`, enters credentials, gets a JWT, then goes back and access `s1.domain.com`. User goes from browser B to `s2.domain.com`, gets...
I don't see oauth2 here since the `auth_server` does not offer any service of its own that `s1` or `s2` needs to consume. I was just looking for delegating the...
Yes. The one already issued to `s1` is valid for `s2` too (new token not needed). `s2` is sending the already received token (shared across sub domains, from the same...
Yes, it will work out-of-the-box if cansecurity is run on both `s1` and `s2`, provided it is not dependent on each other for anything other than `SESSIONKEY`. We can do...
It is a toy app where a set of people can record texts and another set of people can view them like in a feedback system.
What would be the route entry in the config file? What about the location header for 302?