Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  controller

Latest revisions

# Date Author Comment
a96fc62a 01/14/2022 06:46 AM Ondřej Ezr

Fixes #34234 - do not allow HTTP on SmartProxy Auth

SmartProxyAuth enabled on its endpoints HTTP to log a message, that ssl is required.
This in not necessary and it is hard to keep for the future as Rails 6.1 will make that harder.

There is not too much benefit from this, so it's better to drop it.

9690f3ae 01/12/2022 11:30 AM Ewoud Kohl van Wijngaarden

Fixes #34236 - Drop require_ssl_smart_proxies setting

This defaults to true and setting it to false can create security
problems. Mandating client SSL certificates creates a more secure
environment.

Previously when require_ssl_smart_proxies was false, reverse DNS was...

49d3fec1 11/04/2021 08:29 AM Leos Stejskal

Fixes #33697 - Registration - smart proxy features

Registration through smart proxy works only if proxy
have enabled 'Templates' and 'Registration features'.

This fix proxy selection in UI form and generating command via API.

4062e17d 10/08/2021 09:41 AM Leos Stejskal

Fixes #32678 - katello_ca_consumer in registration template

Move `rhsm_reconfigure` script from `katello_consumer.rpm` to
`global_registration` template so the `rpm` is not needed anymore

Migrated script is without support of RHEL5 and older
`subscription-manager` versions (0.96 and bellow)

01e3c61f 10/05/2021 09:03 PM Tomer Brisker

Fixes #33637 - Correctly redirect hostgroup create page

When creating the first hostgroup from the welcome page, submit does not
redirect back to the hostgroups index page due to incorrect referer
being stored in the session `redirect_path` value. This is similar to...

03a6981c 09/01/2021 07:06 AM Tomer Brisker

Fixes #33177 - Don't store incorrect referrer for redirect

When the client side uses `history.push` to navigate to a page that is
not managed by react router, the router fallback will navigate to the
new page. However, the browser URL is updated before the actual...

fe6b3648 07/28/2021 01:19 PM Leos Stejskal

Fixes #32780 - Delete host params when register host

eb03be92 07/28/2021 01:18 PM Leos Stejskal

Fixes #33121 - Registration command API & params with false values

Registration API for generating registration command
incorrectly ignores parameters with `false` boolean value.

6363d0f3 07/19/2021 10:39 AM Ondřej Ezr

Refs #31059 - drop environments Host extensions

Removes uses of environment from Host

9dad99c5 07/19/2021 10:39 AM Ondřej Ezr

Refs #31129 - drop Puppetclass from Host(group) API

Extracted in https://github.com/theforeman/foreman_puppet_enc/pull/106

View revisions

Also available in: Atom