Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(auth): ability to skip authentication for top-level api prefixes #1854

Merged
merged 5 commits into from
Jul 11, 2023

Merge branch 'eval-v2' into gm/authentication-exclude

0634708
Select commit
Loading
Failed to load commit list.
Merged

feat(auth): ability to skip authentication for top-level api prefixes #1854

Merge branch 'eval-v2' into gm/authentication-exclude
0634708
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 11, 2023 in 1s

34.52% of diff hit (target 71.23%)

View this Pull Request on Codecov

34.52% of diff hit (target 71.23%)

Annotations

Check warning on line 64 in internal/cmd/auth.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/cmd/auth.go#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 232 in internal/cmd/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/cmd/grpc.go#L224-L232

Added lines #L224 - L232 were not covered by tests

Check warning on line 239 in internal/cmd/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/cmd/grpc.go#L236-L239

Added lines #L236 - L239 were not covered by tests

Check warning on line 245 in internal/cmd/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/cmd/grpc.go#L245

Added line #L245 was not covered by tests

Check warning on line 257 in internal/cmd/grpc.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/cmd/grpc.go#L253-L257

Added lines #L253 - L257 were not covered by tests

Check warning on line 236 in internal/server/middleware/grpc/middleware.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/middleware/grpc/middleware.go#L234-L236

Added lines #L234 - L236 were not covered by tests

Check warning on line 243 in internal/server/middleware/grpc/middleware.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/middleware/grpc/middleware.go#L240-L243

Added lines #L240 - L243 were not covered by tests

Check warning on line 250 in internal/server/middleware/grpc/middleware.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/middleware/grpc/middleware.go#L246-L250

Added lines #L246 - L250 were not covered by tests

Check warning on line 259 in internal/server/middleware/grpc/middleware.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/middleware/grpc/middleware.go#L252-L259

Added lines #L252 - L259 were not covered by tests

Check warning on line 262 in internal/server/middleware/grpc/middleware.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/middleware/grpc/middleware.go#L262

Added line #L262 was not covered by tests

Check warning on line 269 in internal/server/middleware/grpc/middleware.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/middleware/grpc/middleware.go#L268-L269

Added lines #L268 - L269 were not covered by tests

Check warning on line 290 in internal/server/middleware/grpc/middleware.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/middleware/grpc/middleware.go#L288-L290

Added lines #L288 - L290 were not covered by tests

Check warning on line 295 in internal/server/middleware/grpc/middleware.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/server/middleware/grpc/middleware.go#L294-L295

Added lines #L294 - L295 were not covered by tests