[Katello] RHSM API change

Howdy,

Today a change went into Katello that moves all of the RHSM routes to be
anchored at /rhsm. What does this mean?

  1. All clients will need to have their rhsm.conf updated to point to /rhsm,
    e.g.:

prefix=/katello/api -> prefix=/rhsm

  1. If you have an older development install you will need to update the
    Apache config to pass the cert along properly:

Open:
vim /etc/httpd/conf.d/05-katello-ssl.conf

Change:
<LocationMatch /subscription|/katello/api>

to

<LocationMatch /subscription|/katello/api|/rhsm>

All future dev and production installs will set all of this up for you. If
you have any issues or questions please reply here or find me on IRC.

PRs:


Thanks,
Eric

The client config rpm was updated?

– bk

··· On 07/16/2014 05:26 PM, Eric D Helms wrote: > Howdy, > > Today a change went into Katello that moves all of the RHSM routes to be > anchored at /rhsm. What does this mean? > > 1) All clients will need to have their rhsm.conf updated to point to > /rhsm, e.g.: > > prefix=/katello/api -> prefix=/rhsm > > 2) If you have an older development install you will need to update the > Apache config to pass the cert along properly: > > Open: > vim /etc/httpd/conf.d/05-katello-ssl.conf > > Change: > > > to > > > > > All future dev and production installs will set all of this up for you. > If you have any issues or questions please reply here or find me on IRC. > > PRs: > https://github.com/Katello/katello/pull/4239 > https://github.com/Katello/katello-installer/pull/85 > > Thanks, > Eric > > -- > You received this message because you are subscribed to the Google > Groups "foreman-dev" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to foreman-dev+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout.

Via the installer update.

··· On Jul 16, 2014 6:32 PM, "Bryan Kearney" wrote:

The client config rpm was updated?

– bk

On 07/16/2014 05:26 PM, Eric D Helms wrote:

Howdy,

Today a change went into Katello that moves all of the RHSM routes to be
anchored at /rhsm. What does this mean?

  1. All clients will need to have their rhsm.conf updated to point to
    /rhsm, e.g.:

prefix=/katello/api -> prefix=/rhsm

  1. If you have an older development install you will need to update the
    Apache config to pass the cert along properly:

Open:
vim /etc/httpd/conf.d/05-katello-ssl.conf

Change:
<LocationMatch /subscription|/katello/api>

to

<LocationMatch /subscription|/katello/api|/rhsm>

All future dev and production installs will set all of this up for you.
If you have any issues or questions please reply here or find me on IRC.

PRs:
https://github.com/Katello/katello/pull/4239
https://github.com/Katello/katello-installer/pull/85

Thanks,
Eric


You received this message because you are subscribed to the Google
Groups “foreman-dev” group.
To unsubscribe from this group and stop receiving emails from it, send
an email to foreman-dev+unsubscribe@googlegroups.com
mailto:foreman-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


You received this message because you are subscribed to the Google Groups
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.