Skip to content

Commit 1f73ed5

Browse files
authored
Replace the gRFC pull request with the permanent link. (#6674)
1 parent 9e1fc3e commit 1f73ed5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

authz/audit/audit_logger.go

+6-6
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ type LoggerConfig interface {
8989
// decision meets the condition for audit, all the configured audit loggers'
9090
// Log() method will be invoked to log that event.
9191
//
92-
// TODO(lwge): Change the link to the merged gRFC once it's ready.
93-
// Please refer to https://github.com/grpc/proposal/pull/346 for more details
94-
// about audit logging.
92+
// Please refer to
93+
// https://github.com/grpc/proposal/blob/master/A59-audit-logging.md for more
94+
// details about audit logging.
9595
type Logger interface {
9696
// Log performs audit logging for the provided audit event.
9797
//
@@ -107,9 +107,9 @@ type Logger interface {
107107
// implement this interface, along with the Logger interface, and register
108108
// it by calling RegisterLoggerBuilder() at init time.
109109
//
110-
// TODO(lwge): Change the link to the merged gRFC once it's ready.
111-
// Please refer to https://github.com/grpc/proposal/pull/346 for more details
112-
// about audit logging.
110+
// Please refer to
111+
// https://github.com/grpc/proposal/blob/master/A59-audit-logging.md for more
112+
// details about audit logging.
113113
type LoggerBuilder interface {
114114
// ParseLoggerConfig parses the given JSON bytes into a structured
115115
// logger config this builder can use to build an audit logger.

0 commit comments

Comments
 (0)