From mmusaji at redhat.com Wed Oct 5 11:24:27 2016 From: mmusaji at redhat.com (Mustafa Musaji) Date: Wed, 5 Oct 2016 12:24:27 +0100 Subject: [Devtools] [openshift-sme] RH-SSO + CDK In-Reply-To: References: Message-ID: Hi Jordan Thanks for the suggestion but my master-config.xml already has this configuration and I'm not using the same user. I've created a new user in RH-SSO, given that user access via oadm as per the doc too. Where are the master logs in CDK? I've been looking for some sort of logs so see if I can find something. I've not been able to find any. Thanks Mustafa -- Mustafa Musaji Solution Architect Red Hat UK Mobile: +447342087240 Our mission is to be the catalyst in communities of customers, contributors, and partners creating better technology the open source way. On 28 September 2016 at 15:18, Jordan Liggitt wrote: > Do you have the master logs available? Did you previously log in with that > same username using the htpasswd auth method? If you have the same username > in htpasswd and rh-sso, you might need to set the mappingMethod to "add" to > allow identities from either provider to be associated with the same > OpenShift user (see > https://docs.openshift.org/latest/install_config/configuring_authentication.html#mapping-identities-to-users) > > On Wed, Sep 28, 2016 at 10:15 AM, Mustafa Musaji wrote: >> >> Hi team >> >> I asked the below over at sme-rh-sso at redhat.com and was advised that >> perhaps I should ask the Openshift sme's. I'm adding the devtools >> (CDK) team can also perhaps help. >> >> I'm trying to basically do [1] where I want to authenticate against >> RH-SSO for access to the OCP console using the CDK. >> >> Everything works up to seeing the two options "htpasswd_auth" and >> "rh-sso" on the OCP login page. Selecting the rh-sso correctly takes >> me to me to the RH-SSO pod to login. >> >> I have a user set up and I know this part is working as I see a >> session in RH-SSO created but I get an error logging in saying "An >> authentication error occurred" [See attached screenshot] If I use >> another user than isn't on there I get the expected "username or >> password not correct". >> >> What am I missing here? Is this a limitation of CDK (configuring and >> using the existing openshift-dev username also doesn't work)? Any >> ideas at all as I know I'm almost there and I can't figure this last >> bit out. I'm sure there is some extra logging I can look at, can >> someone tell me what I need to increase logging to as there is nothing >> in the sense of errors in rh-sso log. >> >> Much appreciated, thanks. >> >> Mus >> >> [1] >> https://access.redhat.com/documentation/en/red-hat-xpaas/0/single/red-hat-xpaas-sso-image/#OSE-SSO-AUTH-TUTE >> >> -- >> Mustafa Musaji >> Solution Architect >> Red Hat UK >> Mobile: +447342087240 >> >> Our mission is to be the catalyst in communities of customers, >> contributors, and partners creating better technology the open source >> way. >> >> Have a question? >> First, check the FAQ: https://mojo.redhat.com/docs/DOC-943081 >> Next, check the archives: >> http://post-office.corp.redhat.com/archives/openshift-sme/ > > From omajid at redhat.com Mon Oct 10 16:45:10 2016 From: omajid at redhat.com (Omair Majid) Date: Mon, 10 Oct 2016 12:45:10 -0400 Subject: [Devtools] Non-x86_64 variants of RHEL? Message-ID: <20161010164510.GA3514@redhat.com> Hi, The Red Hat Developers programs lets developers get access to RHEL for $0. But this only includes x86_64, as far as I can tell: http://developers.redhat.com/products/rhel/get-started/ Is there anything available for non-x86_64 architectures? An external developer I know is looking for ppc64 variants. Thanks, Omair -- PGP Key: 66484681 (http://pgp.mit.edu/) Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681 From bsutter at redhat.com Mon Oct 17 15:57:29 2016 From: bsutter at redhat.com (Burr Sutter) Date: Mon, 17 Oct 2016 18:57:29 +0300 Subject: [Devtools] CDK Test Case Message-ID: These are my notes for a Docker+Kube demo on the CDK https://docs.google.com/document/d/1AMRL2OWmxC2j8vja3xe2VTUvcRtK6UQ01QGOE3t34O8/edit?usp=sharing It works nicely on - CDK 2.1 - and since I am traveling & demo'ing at this moment - I have not tried CDK 2.2 oc version oc v3.2.0.44 kubernetes v1.2.0-36-g4a3f9c5 -------------- next part -------------- An HTML attachment was scrubbed... URL: From pmuir at redhat.com Mon Oct 17 17:55:47 2016 From: pmuir at redhat.com (Pete Muir) Date: Mon, 17 Oct 2016 13:55:47 -0400 Subject: [Devtools] CDK Test Case In-Reply-To: References: Message-ID: Also there are nightly builds of openshift 3.3 in the CDK available in case you want to check that out. On 17 October 2016 at 11:57, Burr Sutter wrote: > These are my notes for a Docker+Kube demo on the CDK > https://docs.google.com/document/d/1AMRL2OWmxC2j8vja3xe2VTUvcRtK6UQ01QGOE3t34O8/edit?usp=sharing > > It works nicely on - CDK 2.1 - and since I am traveling & demo'ing at this > moment - I have not tried CDK 2.2 > > oc version > > oc v3.2.0.44 > > kubernetes v1.2.0-36-g4a3f9c5 > > > > _______________________________________________ > Devtools mailing list > Devtools at redhat.com > https://www.redhat.com/mailman/listinfo/devtools > From bsutter at redhat.com Mon Oct 17 19:41:18 2016 From: bsutter at redhat.com (Burr Sutter) Date: Mon, 17 Oct 2016 22:41:18 +0300 Subject: [Devtools] CDK Test Case In-Reply-To: References: Message-ID: In that case...for the 3.3 on CDK...see if it is possible to enable the Pipelines UI (under the Builds menu). I have a doc of notes of my varying attempts https://docs.google.com/a/redhat.com/document/d/1OiC3E1K5cT_abS0Xh6CEWEpFyUaQ3Rf0PmgCA0yGijc/edit?usp=sharing It is doable, just not fun nor easy. On Mon, Oct 17, 2016 at 8:55 PM, Pete Muir wrote: > Also there are nightly builds of openshift 3.3 in the CDK available in > case you want to check that out. > > On 17 October 2016 at 11:57, Burr Sutter wrote: > > These are my notes for a Docker+Kube demo on the CDK > > https://docs.google.com/document/d/1AMRL2OWmxC2j8vja3xe2VTUvcRtK6 > UQ01QGOE3t34O8/edit?usp=sharing > > > > It works nicely on - CDK 2.1 - and since I am traveling & demo'ing at > this > > moment - I have not tried CDK 2.2 > > > > oc version > > > > oc v3.2.0.44 > > > > kubernetes v1.2.0-36-g4a3f9c5 > > > > > > > > _______________________________________________ > > Devtools mailing list > > Devtools at redhat.com > > https://www.redhat.com/mailman/listinfo/devtools > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bgurung at redhat.com Fri Oct 21 13:51:43 2016 From: bgurung at redhat.com (Budh Gurung) Date: Fri, 21 Oct 2016 19:21:43 +0530 Subject: [Devtools] [Container-tools] vagrant-service-manager version 1.4.0 release Message-ID: Hey All, We have released version 1.4.0 of vagrant-service-manager plugin. This release adds several bug fixes and enhancements including: - Support for HTTP(s) in proxy through vagrant-service-manager config in Vagrantfile. - Support for "vagrant reload" command. This release also includes many changes and bugfixes, which are detailed in the release change log. Check here [1] to find the detailed CHANGELOG for the release. [1] https://github.com/projectatomic/vagrant-service-manager/releases/tag/1.4.0 Regards, Budh Ram Gurung Software Engineer - Dev Tools -------------- next part -------------- An HTML attachment was scrubbed... URL: