Thread: Re: pgsql: Add key management system

Re: pgsql: Add key management system

From
Erik Rijkers
Date:
On 2020-12-25 16:19, Bruce Momjian wrote:

> Add key management system
> doc/src/sgml/database-encryption.sgml         |  97 +++++

Attached are a few typos.

I also noticed that this option does not occur in the initdb --help:

   -u  --copy-encryption-keys

Was that deliberate?


Thanks,

Erik Rijkers







Attachment

Re: pgsql: Add key management system

From
Bruce Momjian
Date:
On Fri, Dec 25, 2020 at 07:30:01PM +0100, Erik Rijkers wrote:
> On 2020-12-25 16:19, Bruce Momjian wrote:
> 
> > Add key management system
> > doc/src/sgml/database-encryption.sgml         |  97 +++++
> 
> Attached are a few typos.
> 
> I also noticed that this option does not occur in the initdb --help:
> 
>   -u  --copy-encryption-keys
> 
> Was that deliberate?

No.  :-(  Attached patch applied.  Thanks.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee


Attachment

RE: pgsql: Add key management system

From
"Shinoda, Noriyoshi (PN Japan FSIP)"
Date:
Hi,

Thank you for developing a great feature. I tested it immediately.
The attached patch changes the value of the --file-encryption-keylen option of the initdb command to mandatory. No
valueis currently required. 
I also changed the help message and the manual.

Regards,
Noriyoshi Shinoda

-----Original Message-----
From: Bruce Momjian [mailto:bruce@momjian.us]
Sent: Saturday, December 26, 2020 4:01 AM
To: Erik Rijkers <er@xs4all.nl>
Cc: pgsql-hackers@lists.postgresql.org
Subject: Re: pgsql: Add key management system

On Fri, Dec 25, 2020 at 07:30:01PM +0100, Erik Rijkers wrote:
> On 2020-12-25 16:19, Bruce Momjian wrote:
>
> > Add key management system
> > doc/src/sgml/database-encryption.sgml         |  97 +++++
>
> Attached are a few typos.
>
> I also noticed that this option does not occur in the initdb --help:
>
>   -u  --copy-encryption-keys
>
> Was that deliberate?

No.  :-(  Attached patch applied.  Thanks.

--
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee


Attachment

Re: pgsql: Add key management system

From
Bruce Momjian
Date:
On Sat, Dec 26, 2020 at 02:38:40PM +0000, Shinoda, Noriyoshi (PN Japan FSIP) wrote:
> Hi,
> 
> Thank you for developing a great feature. I tested it immediately.
> The attached patch changes the value of the --file-encryption-keylen option of the initdb command to mandatory. No
valueis currently required.
 
> I also changed the help message and the manual.

Thank you, applied.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EnterpriseDB                             https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee