<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pki.git/base, branch ticket-415</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/'/>
<entry>
<title>WIP</title>
<updated>2012-11-30T05:23:04+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-30T05:23:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=2580faf9ed74f466ff327f6d961c8e7d8b55ed0f'/>
<id>2580faf9ed74f466ff327f6d961c8e7d8b55ed0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused pki_admin_domain_name.</title>
<updated>2012-11-29T18:38:14+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-29T18:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=0793414035126d4200e4ccc35288c2bcbf6da0d8'/>
<id>0793414035126d4200e4ccc35288c2bcbf6da0d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed permission problem in TKS.</title>
<updated>2012-11-29T03:51:03+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-29T03:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=c095e9730ab88d1c7f695c2b41efd8958584db69'/>
<id>c095e9730ab88d1c7f695c2b41efd8958584db69</id>
<content type='text'>
The pki.policy has been modified to grant permission to symkey.jar
which is used by TKS.

Ticket #415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pki.policy has been modified to grant permission to symkey.jar
which is used by TKS.

Ticket #415
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced links of scriptlets with lists.</title>
<updated>2012-11-28T23:59:06+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-28T23:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=9248b0307f0fd723689c895f8a826e250ff2db58'/>
<id>9248b0307f0fd723689c895f8a826e250ff2db58</id>
<content type='text'>
Previously the deployment tools used symbolic links to determine the
scriplets to execute and their order. The code has been changed such
that now the scriplets are listed as parameters (spawn_scriplets and
destroy_scriplets) in the configuration file.

Ticket #403
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously the deployment tools used symbolic links to determine the
scriplets to execute and their order. The code has been changed such
that now the scriplets are listed as parameters (spawn_scriplets and
destroy_scriplets) in the configuration file.

Ticket #403
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplified the configuration file using defaults.</title>
<updated>2012-11-28T20:33:47+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-28T18:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=b769780f64968c6b8d1dfec6782f73c18a82692f'/>
<id>b769780f64968c6b8d1dfec6782f73c18a82692f</id>
<content type='text'>
Previously to create a subsystem the admin would have to copy the
entire default deployment configuration, which contains many
parameters, and then customize it. Now the deployment code has been
changed such that the default config file will be used to provide
the default values, so the admin will only need to provide the
non-default parameters, thus reducing the size of the file.

Sample configuration files are provided in /usr/share/pki/
deployment/config.

Ticket #399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously to create a subsystem the admin would have to copy the
entire default deployment configuration, which contains many
parameters, and then customize it. Now the deployment code has been
changed such that the default config file will be used to provide
the default values, so the admin will only need to provide the
non-default parameters, thus reducing the size of the file.

Sample configuration files are provided in /usr/share/pki/
deployment/config.

Ticket #399
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized sensitive parameters.</title>
<updated>2012-11-28T15:24:48+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-28T14:27:16+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=310a30f230eae7fd34d8a41e54ee3125ffb91046'/>
<id>310a30f230eae7fd34d8a41e54ee3125ffb91046</id>
<content type='text'>
Previously sensitive parameters are stored in the Sensitive section in
the configuration file, separate from the hierarchical structure used
by non-sensitive parameters. To allow defining multiple subsystems in
a single configuration file the sensitive and non-sensitive parameters
have been reorganized into the same hierarchical structure.

To maintain the security a new meta-parameter has been added to list
all sensitive parameter names. This way the deployment code will know
whether a parameter is sensitive, which then will mask the value before
displaying it to the screen or storing it in a log file.

Ticket #399
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously sensitive parameters are stored in the Sensitive section in
the configuration file, separate from the hierarchical structure used
by non-sensitive parameters. To allow defining multiple subsystems in
a single configuration file the sensitive and non-sensitive parameters
have been reorganized into the same hierarchical structure.

To maintain the security a new meta-parameter has been added to list
all sensitive parameter names. This way the deployment code will know
whether a parameter is sensitive, which then will mask the value before
displaying it to the screen or storing it in a log file.

Ticket #399
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed RA and TPS theme packages.</title>
<updated>2012-11-27T22:09:29+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-22T07:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=3683d2a0647ff09508d0cf1f0553a35870c110db'/>
<id>3683d2a0647ff09508d0cf1f0553a35870c110db</id>
<content type='text'>
The RA and TPS theme packages are no longer necessary due to the
reorganization of the theme files. The build and deployment
scripts have been updated accordingly.

Ticket #407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The RA and TPS theme packages are no longer necessary due to the
reorganization of the theme files. The build and deployment
scripts have been updated accordingly.

Ticket #407
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized TPS CSS files.</title>
<updated>2012-11-27T22:08:47+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-21T19:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=bb3a9fc1d7d165d91a1e978250a8678da1632567'/>
<id>bb3a9fc1d7d165d91a1e978250a8678da1632567</id>
<content type='text'>
The CSS files for TPS have been moved into the server theme package.
All references have been modified accordingly.

Ticket #407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CSS files for TPS have been moved into the server theme package.
All references have been modified accordingly.

Ticket #407
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized TPS templates and scripts.</title>
<updated>2012-11-27T22:08:40+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-21T19:30:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=37070d5ad487bc6ff7e9ddaf6ac403c1a7f85121'/>
<id>37070d5ad487bc6ff7e9ddaf6ac403c1a7f85121</id>
<content type='text'>
The templates, JS, and CGI scripts for TPS have been moved
into the TPS core package. Removed unused cfg.pl.

Ticket #407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The templates, JS, and CGI scripts for TPS have been moved
into the TPS core package. Removed unused cfg.pl.

Ticket #407
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganized RA templates and scripts.</title>
<updated>2012-11-27T22:08:34+00:00</updated>
<author>
<name>Endi Sukma Dewata</name>
<email>edewata@redhat.com</email>
</author>
<published>2012-11-21T18:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/edewata/public_git/pki.git/commit/?id=ff39b488db3fa2a57af8438f7b0e66f83e1230a0'/>
<id>ff39b488db3fa2a57af8438f7b0e66f83e1230a0</id>
<content type='text'>
The templates, JS, and CGI scripts for RA have been moved into
the RA core package.

Ticket #407
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The templates, JS, and CGI scripts for RA have been moved into
the RA core package.

Ticket #407
</pre>
</div>
</content>
</entry>
</feed>
