summaryrefslogtreecommitdiffstats
path: root/base/server/python/pki/server/deployment/pkiparser.py
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2014-08-27 14:06:47 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2014-08-28 15:55:14 -0700
commita1c75503d9839c5b68b42562afbc59c125fe3067 (patch)
tree5baeb8eeca2df09b202b25aea981a1b1929f36f1 /base/server/python/pki/server/deployment/pkiparser.py
parent699733f83952c52c0b1c8cd26b64943007a12d02 (diff)
downloadpki-a1c75503d9839c5b68b42562afbc59c125fe3067.tar.gz
pki-a1c75503d9839c5b68b42562afbc59c125fe3067.tar.xz
pki-a1c75503d9839c5b68b42562afbc59c125fe3067.zip
Disable PKI GUI Configuration
- PKI TRAC Ticket #1120 - Remove Firefox PKI GUI Configuration Panel Interface
Diffstat (limited to 'base/server/python/pki/server/deployment/pkiparser.py')
-rw-r--r--base/server/python/pki/server/deployment/pkiparser.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/base/server/python/pki/server/deployment/pkiparser.py b/base/server/python/pki/server/deployment/pkiparser.py
index 1d201cee9..3b2a99c9f 100644
--- a/base/server/python/pki/server/deployment/pkiparser.py
+++ b/base/server/python/pki/server/deployment/pkiparser.py
@@ -1209,21 +1209,6 @@ class PKIConfigParser:
self.mdict['pki_subsystem_archive_log_path'] + "/" + \
"spawn" + "_" + "manifest" + "." + \
self.mdict['pki_timestamp']
- # Construct the configuration URL containing the one-time pin
- # and add this to the "sensitive" key value pairs read in from
- # the configuration file
- #
- # NOTE: This is the one and only parameter containing a sensitive
- # parameter that may be stored in a log file and displayed
- # to the screen.
- #
- self.mdict['pki_configuration_url'] = \
- "https://{}:{}/{}/{}?pin={}".format(
- self.mdict['pki_hostname'],
- self.mdict['pki_https_port'],
- self.mdict['pki_subsystem'].lower(),
- "admin/console/config/login",
- self.mdict['pki_one_time_pin'])
# Compose this "systemd" execution management command
if self.mdict['pki_subsystem'] in\
config.PKI_APACHE_SUBSYSTEMS: