boulder/cmd/admin
Aaron Gable dad9e08606
Lay the groundwork for supporting IP identifiers (#7692)
Clean up how we handle identifiers throughout the Boulder codebase by
- moving the Identifier protobuf message definition from sa.proto to
core.proto;
- adding support for IP identifier to the "identifier" package;
- renaming the "identifier" package's exported names to be clearer; and
- ensuring we use the identifier package's helper functions everywhere
we can.

This will make future work to actually respect identifier types (such as
in Authorization and Order protobuf messages) simpler and easier to
review.

Part of https://github.com/letsencrypt/boulder/issues/7311
2024-08-30 11:40:38 -07:00
..
admin.go Restructure admin subcommands for greater flexibility (#7398) 2024-03-29 12:51:27 -07:00
cert.go admin: fail if any error is encountered during parallel processing (#7466) 2024-05-01 13:57:32 -07:00
cert_test.go Use generic types for gRPC stream implementations (#7501) 2024-05-24 13:54:25 -07:00
dryrun.go Add/clean up admin tool audit lines (#7376) 2024-03-08 14:38:21 -08:00
email.go Restructure admin subcommands for greater flexibility (#7398) 2024-03-29 12:51:27 -07:00
key.go admin: fail if any error is encountered during parallel processing (#7466) 2024-05-01 13:57:32 -07:00
key_test.go Use generic types for gRPC stream implementations (#7501) 2024-05-24 13:54:25 -07:00
main.go admin: Add pause-identifier and unpause-account subcommands (#7668) 2024-08-22 08:31:46 -07:00
pause_identifier.go Lay the groundwork for supporting IP identifiers (#7692) 2024-08-30 11:40:38 -07:00
pause_identifier_test.go admin: PauseIdentifier batch by account and pause in parallel (#7689) 2024-08-29 14:33:27 -04:00
unpause_account.go admin: Add pause-identifier and unpause-account subcommands (#7668) 2024-08-22 08:31:46 -07:00
unpause_account_test.go admin: Add pause-identifier and unpause-account subcommands (#7668) 2024-08-22 08:31:46 -07:00