Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
c8d38eef 07/06/2022 04:24 PM Eric Helms

Fixes #34906: Allow single quote in organization name

8ba5762b 04/25/2022 03:44 PM Eric Helms

Remove trailing slash from certs-generate output

a948a128 11/02/2021 06:08 PM Eric Helms

Fixes #33337 - Do not enable Puppet infrastructure by default for Katello scenario

01773ed6 04/26/2021 05:54 PM Eric Helms

Fixes #32401: Fix drop of --foreman-proxy-content-parent-fqdn parameter

89c71062 01/12/2021 06:13 PM Eric Helms

Fixes #31611: execute methods missing in certs-generate hooks

8b9d3928 11/05/2020 08:07 PM Eric Helms

Fixes #31234: Create new certificate bundle everytime

The first time a certificate bundle is created for a foreman proxy
any updates a user wishes to make are not reflected in the bundle
unless the user deletes it on disk or explicitly passes --certs-regenerate....

e3c472e1 09/22/2020 12:50 PM William Clark

Fixes #29803 - Move --certs* to hooks/

d824e8e3 08/21/2020 07:25 PM Eric Helms

Update rubocop version and targer Ruby version

7046aa03 01/17/2020 12:16 PM Evgeni Golov

Refs #28549: move read_cache_data to a hook extension

aa5bf960 01/17/2020 12:16 PM Evgeni Golov

Refs #28549: Turn certs message helpers into hook extensions

53046291 01/16/2020 01:39 PM Eric Helms

Fixes #28549: Fix all rubocop issues

425987e2 09/23/2019 04:02 PM Ewoud Kohl van Wijngaarden

Refs #27847 - Set parameter mapping

In puppet-certs master the default values are loaded via params.pp to
workaround kafo limitations. This configures kafo to actually find it.
Otherwise it can't load the defaults and the values are nil.

6c99803e 07/01/2019 11:30 AM Adam Ruzicka

Fixes #27191 - Allow easy branding of certs-gen

Where certs-gen is foreman-proxy-certs-generate. With this change,
the tool can be rebranded by just dropping in a file, overriding
the name methods.

b26d33f9 05/22/2019 09:37 AM Evgeni Golov

Fixes #26623 - copy update certs hooks to katello-certs

ce8a023e 04/16/2019 08:45 PM Evgeni Golov

Fixes #26625 - replace spaces with underscores in the org name

04409b92 03/08/2019 12:23 PM Ewoud Kohl van Wijngaarden

Fixes #26256 - Fix proxy cert generation hooks

When merging the installers, the hooks were removed from the certificate
generation process because most hooks are irrelevant. Not all, so this
caused a regression.

Rather than enabling all hooks again, this takes the more minimal route...

a153e45b 01/17/2019 10:47 AM Ewoud Kohl van Wijngaarden

Rename katello-certs directory

There is an odd puppet bug that triggers when a directory with the same
name exists:

mkdir katello-certs
puppet module install katello-certs

This then fails. By renaming the directory we avoid this collision.