Feature #12720
As a User I would like to get puppet related data of the smart proxy
Description
In the proxy's show page - I would like to know how many puppet classes are on that proxy
Related issues
Associated revisions
Refs #12720 - Allow puppet CA cache to work for https proxies
When dumping CA certificates to cache, the status object is also dumped.
Since the status object points to the API resource, Marshal will try
dumping the API resource as well. This will fail for https proxies as
the SSL certificates cannot be dumped. This prevents the dumping of the
api link which will be recreated once the object is loaded back from
cache.
Refs #12720 - Typo in PuppetCA certificates page
Tab title is 'certficates' instead of 'certificates'
Refs #12720 - Typo in PuppetCA certificates page
Tab title is 'certficates' instead of 'certificates'
(cherry picked from commit d2b59cee7e17b9231422b2dca405d72f78a0920c)
History
#1
Updated by Shlomi Zadok about 4 years ago
- Blocked by Tracker #12507: Smart Proxy UX improvments added
#2
Updated by Shlomi Zadok almost 4 years ago
- Blocked by deleted (Tracker #12507: Smart Proxy UX improvments)
#3
Updated by Shlomi Zadok almost 4 years ago
- Blocks Tracker #12507: Smart Proxy UX improvments added
#4
Updated by Tomer Brisker almost 4 years ago
- Status changed from New to Assigned
- Assignee set to Tomer Brisker
#5
Updated by The Foreman Bot almost 4 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/356 added
#6
Updated by Tomer Brisker almost 4 years ago
- Status changed from Ready For Testing to Assigned
- Pull request deleted (
https://github.com/theforeman/smart-proxy/pull/356)
#7
Updated by Tomer Brisker almost 4 years ago
- Blocked by Feature #12896: Allow proxy to list puppet class counts added
#8
Updated by The Foreman Bot almost 4 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/356 added
#9
Updated by Tomer Brisker almost 4 years ago
- Status changed from Ready For Testing to Assigned
- Pull request deleted (
https://github.com/theforeman/smart-proxy/pull/356)
#10
Updated by Shlomi Zadok almost 4 years ago
- Subject changed from As a User I would like to know how many puppet classes are on the puppet-proxy to As a User I would like to get puppet related data of the smart proxy
- As a user I would like to know how many certificates, pending certificates, revoked certificates, etc. are on the smart proxy
- As a user, I would like to know how many puppet classes are on the puppet-proxy
#11
Updated by Ohad Levy almost 4 years ago
- Related to Feature #12948: as an api user, i would like to query puppet ca certificate additional information added
#12
Updated by The Foreman Bot almost 4 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3018 added
#13
Updated by Ohad Levy almost 4 years ago
- Related to Bug #13354: unable to show puppet certificates lists when there are pending certificates added
#14
Updated by Anonymous almost 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 2ac8d7badce0267c5b5fca4977c070b28b3f4f58.
#15
Updated by Dominic Cleal almost 4 years ago
- Legacy Backlogs Release (now unused) set to 71
#16
Updated by Dominic Cleal almost 4 years ago
- Blocked by deleted (Feature #12896: Allow proxy to list puppet class counts )
#17
Updated by Dominic Cleal almost 4 years ago
- Related to Feature #12896: Allow proxy to list puppet class counts added
#18
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/3119 added
#19
Updated by Ohad Levy almost 4 years ago
- Related to Bug #13370: puppet certificate fingerprint is not shown correctly added
#20
Updated by Ohad Levy almost 4 years ago
- Related to Bug #13726: pending puppet certificates can't be removed added
#21
Updated by Dominic Cleal almost 4 years ago
- Category set to Smart Proxy
#22
Updated by The Foreman Bot almost 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/3223 added
#23
Updated by Dominic Cleal almost 4 years ago
- Related to Feature #14059: Puppet CA Certificate Search added
Fixes #12720 - Add tabs for puppet on proxy show page
This patch adds two tabs to the proxy show page related to puppet
1. Puppet - this tab is for proxies managing a puppet master. This tab
displays information about the puppet master, such as number of classes
in each environment, latest reports and so on.
2. Puppet CA - This tab incorporates the two seperate pages that were
already present for managing the puppet ca's certificates and autosign
entry. It also incorporated the new autosign form in a modal view.