Skip to content

Commit

Permalink
Issue152 - this issue's problem was actually already resolved but in …
Browse files Browse the repository at this point in the history
…reading - some cleanup of text seemed proper. (#215)

* Issue202: Add clarification on usage of ssl profiles.

Add some clarification that SSL Profiles maybe used for:
  * client services (services on a system which initiate connections)
  * server services (services on a system which receive connections)
  * both (clients and servers)

* Documentation Cleanup.

Cleanup a bit of the README content, mostly
language fixes seen upon re-reading the readings.

* Address comment.

* Attempting to fix a broken bazel build in github-actions.

Make this BUILD target look like a working BUILD target (credentialz)

* Add to the BUILD fixing?
  • Loading branch information
morrowc committed Jan 22, 2025
1 parent 9286487 commit c256c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions authz/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ cpp_grpc_library(
name = "authz_cc_proto",
protos = [
":authz_proto",
"@go_googleapis//google/rpc:status_proto",
],
)

Expand Down
1 change: 1 addition & 0 deletions certz/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cpp_grpc_library(
name = "certz_cc_proto",
protos = [
":certz_proto",
"@go_googleapis//google/rpc:status_proto",
],
)

Expand Down

0 comments on commit c256c1c

Please sign in to comment.