boulder/cmd/akamai-purger
Phil Porada 55e512cd37
akamai-purger: Check the correct pointer for manual mode configuration file (#7177)
When running in manual mode, the `configFile` variable will take the
zero value of `""` while `manualConfigFile` will be provided on the CLI
by the operator. A startup check incorrectly dereferences `configFile`;
but correctly determines that it is the zero value `""`, outputs the
help text, and exits never allowing manual mode to perform work.

Fixes https://github.com/letsencrypt/boulder/issues/7176
2023-12-04 10:58:07 -05:00
..
main.go akamai-purger: Check the correct pointer for manual mode configuration file (#7177) 2023-12-04 10:58:07 -05:00
main_test.go Add grpc implementation tests to all services (#6782) 2023-03-31 09:52:26 -07:00