"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: RFC: secrets for gotd
To:
Omar Polo <op@omarpolo.com>
Cc:
gameoftrees@openbsd.org
Date:
Mon, 26 Aug 2024 09:29:50 +0200

Download raw body.

Thread
On Mon, Aug 26, 2024 at 09:23:01AM +0200, Omar Polo wrote:
>  - not sure we can use two different .y files in the same executable;
>    yacc symbols will clash.  I can hand roll a parser though, no problem.

Or use a separate tiny executable for parsing secrets and pass secrets
in over imsg? We already do that for some other configs, too.

>  - since we allow to specify the config file via -f, maybe we could
>    allow the same for the secret file?

Yes. -s or something.