Re: [Pulp-dev] Pulp on Openshift

2021-05-07 Thread Bob Fahr
Thanks Grant, I'll take a look at it. On Fri, May 7, 2021 at 10:00 AM Grant Gainey wrote: > Hey Bob! > > pulp-operator is under active development here : > https://github.com/pulp/pulp-operator . I don't think there's an > OpenShift "how to" (yet), but they've been making great progress! > > G >

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Matthias Dellweg
I would tag http and https and then latest as the same as http. Then we can write an announcement that we will switch latest from http to https or drop latest altogether. The question about release tags is a good one. I think, we need both there too. On Fri, May 7, 2021 at 6:05 PM David Davis wro

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread David Davis
I feel like ideally, https would be the default (ie latest). However, then we are going to break all the release branches for pulpcore and plugins that are pointing to latest but not expecting https. Hopefully people will weigh in here. David On Fri, May 7, 2021 at 11:55 AM Fabricio Aguiar wro

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Fabricio Aguiar
On Fri, May 7, 2021 at 11:52 AM David Davis wrote: > To confirm, the "latest" tag will continue to ship with http? I imagine > most users will end up with http then. > I can modify the PR and make https the default > > Also, what (if anything) do we do about y release tags (e.g. the upcoming > 3

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Fabricio Aguiar
On Fri, May 7, 2021 at 12:40 PM Brian Bouterse wrote: > > > On Fri, May 7, 2021 at 11:27 AM Robin Chan wrote: > >> Can someone enlighten me on the main motivation for making this change? >> I wasn't at the meeting and just curious what other context I'm missing. >> I definitely understand https

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Fabricio Aguiar
On Fri, May 7, 2021 at 12:30 PM Robin Chan wrote: > Can someone enlighten me on the main motivation for making this change? > Our installer/dev environment by default uses https, but currently, it breaks our tests, so we manually disable https on our dev environment by using: https://github.com/

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Brian Bouterse
On Fri, May 7, 2021 at 11:27 AM Robin Chan wrote: > Can someone enlighten me on the main motivation for making this change? > I wasn't at the meeting and just curious what other context I'm missing. I > definitely understand https > http from a security standpoint but wondering > if there were ot

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Robin Chan
Can someone enlighten me on the main motivation for making this change? I wasn't at the meeting and just curious what other context I'm missing. I definitely understand https > http from a security standpoint but wondering if there were other factors or motivations I'm missing. -rchan On Fri, May

Re: [Pulp-dev] Pulp on Openshift

2021-05-07 Thread Grant Gainey
Hey Bob! pulp-operator is under active development here : https://github.com/pulp/pulp-operator . I don't think there's an OpenShift "how to" (yet), but they've been making great progress! G On Fri, May 7, 2021 at 10:09 AM Bob Fahr wrote: > Is there a formal or informal doc on installing and s

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread David Davis
To confirm, the "latest" tag will continue to ship with http? I imagine most users will end up with http then. Also, what (if anything) do we do about y release tags (e.g. the upcoming 3.13 tag)? Do they continue to ship with http? David On Fri, May 7, 2021 at 10:51 AM Brian Bouterse wrote: >

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Brian Bouterse
a yis On Fri, May 7, 2021 at 10:46 AM Fabricio Aguiar wrote: > I changed https://github.com/pulp/pulp-oci-images/pull/73 to ship both, > latest as is, and the new tag: https > > Best regards, > Fabricio Aguiar > Software Engineer, Pulp Project > Red Hat Brazil - Latam

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Fabricio Aguiar
I changed https://github.com/pulp/pulp-oci-images/pull/73 to ship both, latest as is, and the new tag: https Best regards, Fabricio Aguiar Software Engineer, Pulp Project Red Hat Brazil - Latam +55 22 999000595 On Fri, May 7, 2021 at 11:41 AM Brian Bouterse wrote: >

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Brian Bouterse
+1 to this observation, we probably need to either ship both or make it configurable somehow. Shipping both is probably easier on users. On Fri, May 7, 2021 at 5:11 AM Matthias Dellweg wrote: > This is a great piece of work! > The problem I see is that the SSL free container image may be used in

[Pulp-dev] Pulp on Openshift

2021-05-07 Thread Bob Fahr
Is there a formal or informal doc on installing and setting up a new pulp instance on Openshift? -- Bob Fahr Principal Software Engineer, CEE Insights Red Hat bf...@redhat.comT: 256-217-0125 M: 501-733-2516 ___

Re: [Pulp-dev] How to enable HTTPS for our tests in pulpcore and all plugins?

2021-05-07 Thread Matthias Dellweg
This is a great piece of work! The problem I see is that the SSL free container image may be used in places we do not control. And having this http based container equipped with an external https reverse proxy is imho a valid use case. Therefore i would prefer, if we could provide both versions of