|
|
|
@ -17,8 +17,6 @@ libs: |
|
|
|
|
language: c |
|
|
|
|
public_headers: [] |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.h |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.h |
|
|
|
|
- test/core/compression/args_utils.h |
|
|
|
|
- test/core/end2end/cq_verifier.h |
|
|
|
|
- test/core/end2end/data/ssl_test_data.h |
|
|
|
@ -29,8 +27,6 @@ libs: |
|
|
|
|
- test/core/end2end/tests/cancel_test_helpers.h |
|
|
|
|
- test/core/util/test_lb_policies.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.cc |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.cc |
|
|
|
|
- test/core/compression/args_utils.cc |
|
|
|
|
- test/core/end2end/cq_verifier.cc |
|
|
|
|
- test/core/end2end/data/client_certs.cc |
|
|
|
@ -137,6 +133,7 @@ libs: |
|
|
|
|
- test/core/end2end/tests/write_buffering_at_end.cc |
|
|
|
|
- test/core/util/test_lb_policies.cc |
|
|
|
|
deps: |
|
|
|
|
- grpc_authorization_provider |
|
|
|
|
- grpc_test_util |
|
|
|
|
- name: gpr |
|
|
|
|
build: all |
|
|
|
@ -3335,8 +3332,580 @@ libs: |
|
|
|
|
- src/cpp/util/string_ref.cc |
|
|
|
|
- src/cpp/util/time_cc.cc |
|
|
|
|
deps: |
|
|
|
|
- grpc_unsecure |
|
|
|
|
baselib: true |
|
|
|
|
- grpc_unsecure |
|
|
|
|
baselib: true |
|
|
|
|
- name: grpc_authorization_provider |
|
|
|
|
build: all |
|
|
|
|
language: c++ |
|
|
|
|
public_headers: |
|
|
|
|
- include/grpc/byte_buffer.h |
|
|
|
|
- include/grpc/byte_buffer_reader.h |
|
|
|
|
- include/grpc/compression.h |
|
|
|
|
- include/grpc/event_engine/endpoint_config.h |
|
|
|
|
- include/grpc/event_engine/event_engine.h |
|
|
|
|
- include/grpc/event_engine/internal/memory_allocator_impl.h |
|
|
|
|
- include/grpc/event_engine/memory_allocator.h |
|
|
|
|
- include/grpc/event_engine/memory_request.h |
|
|
|
|
- include/grpc/event_engine/port.h |
|
|
|
|
- include/grpc/event_engine/slice.h |
|
|
|
|
- include/grpc/event_engine/slice_buffer.h |
|
|
|
|
- include/grpc/fork.h |
|
|
|
|
- include/grpc/grpc.h |
|
|
|
|
- include/grpc/grpc_posix.h |
|
|
|
|
- include/grpc/grpc_security.h |
|
|
|
|
- include/grpc/grpc_security_constants.h |
|
|
|
|
- include/grpc/impl/codegen/atm.h |
|
|
|
|
- include/grpc/impl/codegen/atm_gcc_atomic.h |
|
|
|
|
- include/grpc/impl/codegen/atm_gcc_sync.h |
|
|
|
|
- include/grpc/impl/codegen/atm_windows.h |
|
|
|
|
- include/grpc/impl/codegen/byte_buffer.h |
|
|
|
|
- include/grpc/impl/codegen/byte_buffer_reader.h |
|
|
|
|
- include/grpc/impl/codegen/compression_types.h |
|
|
|
|
- include/grpc/impl/codegen/connectivity_state.h |
|
|
|
|
- include/grpc/impl/codegen/fork.h |
|
|
|
|
- include/grpc/impl/codegen/gpr_slice.h |
|
|
|
|
- include/grpc/impl/codegen/gpr_types.h |
|
|
|
|
- include/grpc/impl/codegen/grpc_types.h |
|
|
|
|
- include/grpc/impl/codegen/log.h |
|
|
|
|
- include/grpc/impl/codegen/port_platform.h |
|
|
|
|
- include/grpc/impl/codegen/propagation_bits.h |
|
|
|
|
- include/grpc/impl/codegen/slice.h |
|
|
|
|
- include/grpc/impl/codegen/status.h |
|
|
|
|
- include/grpc/impl/codegen/sync.h |
|
|
|
|
- include/grpc/impl/codegen/sync_abseil.h |
|
|
|
|
- include/grpc/impl/codegen/sync_custom.h |
|
|
|
|
- include/grpc/impl/codegen/sync_generic.h |
|
|
|
|
- include/grpc/impl/codegen/sync_posix.h |
|
|
|
|
- include/grpc/impl/codegen/sync_windows.h |
|
|
|
|
- include/grpc/load_reporting.h |
|
|
|
|
- include/grpc/slice.h |
|
|
|
|
- include/grpc/slice_buffer.h |
|
|
|
|
- include/grpc/status.h |
|
|
|
|
- include/grpc/support/alloc.h |
|
|
|
|
- include/grpc/support/atm_gcc_atomic.h |
|
|
|
|
- include/grpc/support/atm_gcc_sync.h |
|
|
|
|
- include/grpc/support/atm_windows.h |
|
|
|
|
- include/grpc/support/cpu.h |
|
|
|
|
- include/grpc/support/log.h |
|
|
|
|
- include/grpc/support/log_windows.h |
|
|
|
|
- include/grpc/support/port_platform.h |
|
|
|
|
- include/grpc/support/string_util.h |
|
|
|
|
- include/grpc/support/sync.h |
|
|
|
|
- include/grpc/support/sync_abseil.h |
|
|
|
|
- include/grpc/support/sync_custom.h |
|
|
|
|
- include/grpc/support/sync_generic.h |
|
|
|
|
- include/grpc/support/sync_posix.h |
|
|
|
|
- include/grpc/support/sync_windows.h |
|
|
|
|
- include/grpc/support/thd_id.h |
|
|
|
|
- include/grpc/support/time.h |
|
|
|
|
- include/grpc/support/workaround_list.h |
|
|
|
|
headers: |
|
|
|
|
- src/core/ext/filters/client_channel/lb_policy/backend_metric_data.h |
|
|
|
|
- src/core/ext/upb-generated/google/protobuf/any.upb.h |
|
|
|
|
- src/core/ext/upb-generated/google/rpc/status.upb.h |
|
|
|
|
- src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.h |
|
|
|
|
- src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.h |
|
|
|
|
- src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.h |
|
|
|
|
- src/core/lib/address_utils/parse_address.h |
|
|
|
|
- src/core/lib/address_utils/sockaddr_utils.h |
|
|
|
|
- src/core/lib/avl/avl.h |
|
|
|
|
- src/core/lib/channel/call_finalization.h |
|
|
|
|
- src/core/lib/channel/call_tracer.h |
|
|
|
|
- src/core/lib/channel/channel_args.h |
|
|
|
|
- src/core/lib/channel/channel_args_preconditioning.h |
|
|
|
|
- src/core/lib/channel/channel_fwd.h |
|
|
|
|
- src/core/lib/channel/channel_stack.h |
|
|
|
|
- src/core/lib/channel/channel_stack_builder.h |
|
|
|
|
- src/core/lib/channel/channel_stack_builder_impl.h |
|
|
|
|
- src/core/lib/channel/channel_trace.h |
|
|
|
|
- src/core/lib/channel/channelz.h |
|
|
|
|
- src/core/lib/channel/channelz_registry.h |
|
|
|
|
- src/core/lib/channel/connected_channel.h |
|
|
|
|
- src/core/lib/channel/context.h |
|
|
|
|
- src/core/lib/channel/promise_based_filter.h |
|
|
|
|
- src/core/lib/channel/status_util.h |
|
|
|
|
- src/core/lib/compression/compression_internal.h |
|
|
|
|
- src/core/lib/compression/message_compress.h |
|
|
|
|
- src/core/lib/config/core_configuration.h |
|
|
|
|
- src/core/lib/debug/event_log.h |
|
|
|
|
- src/core/lib/debug/histogram_view.h |
|
|
|
|
- src/core/lib/debug/stats.h |
|
|
|
|
- src/core/lib/debug/stats_data.h |
|
|
|
|
- src/core/lib/debug/trace.h |
|
|
|
|
- src/core/lib/event_engine/channel_args_endpoint_config.h |
|
|
|
|
- src/core/lib/event_engine/common_closures.h |
|
|
|
|
- src/core/lib/event_engine/default_event_engine.h |
|
|
|
|
- src/core/lib/event_engine/default_event_engine_factory.h |
|
|
|
|
- src/core/lib/event_engine/executor/executor.h |
|
|
|
|
- src/core/lib/event_engine/forkable.h |
|
|
|
|
- src/core/lib/event_engine/handle_containers.h |
|
|
|
|
- src/core/lib/event_engine/poller.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/ev_epoll1_linux.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/ev_poll_posix.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/event_poller.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/event_poller_posix_default.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/internal_errqueue.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/lockfree_event.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/posix_endpoint.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/posix_engine.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/posix_engine_closure.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/tcp_socket_utils.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/timer.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/timer_heap.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/timer_manager.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/traced_buffer_list.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/wakeup_fd_eventfd.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/wakeup_fd_pipe.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/wakeup_fd_posix.h |
|
|
|
|
- src/core/lib/event_engine/posix_engine/wakeup_fd_posix_default.h |
|
|
|
|
- src/core/lib/event_engine/socket_notifier.h |
|
|
|
|
- src/core/lib/event_engine/thread_pool.h |
|
|
|
|
- src/core/lib/event_engine/time_util.h |
|
|
|
|
- src/core/lib/event_engine/trace.h |
|
|
|
|
- src/core/lib/event_engine/utils.h |
|
|
|
|
- src/core/lib/event_engine/windows/iocp.h |
|
|
|
|
- src/core/lib/event_engine/windows/win_socket.h |
|
|
|
|
- src/core/lib/event_engine/windows/windows_engine.h |
|
|
|
|
- src/core/lib/experiments/config.h |
|
|
|
|
- src/core/lib/experiments/experiments.h |
|
|
|
|
- src/core/lib/gpr/spinlock.h |
|
|
|
|
- src/core/lib/gprpp/atomic_utils.h |
|
|
|
|
- src/core/lib/gprpp/bitset.h |
|
|
|
|
- src/core/lib/gprpp/chunked_vector.h |
|
|
|
|
- src/core/lib/gprpp/cpp_impl_of.h |
|
|
|
|
- src/core/lib/gprpp/debug_location.h |
|
|
|
|
- src/core/lib/gprpp/dual_ref_counted.h |
|
|
|
|
- src/core/lib/gprpp/load_file.h |
|
|
|
|
- src/core/lib/gprpp/manual_constructor.h |
|
|
|
|
- src/core/lib/gprpp/match.h |
|
|
|
|
- src/core/lib/gprpp/notification.h |
|
|
|
|
- src/core/lib/gprpp/orphanable.h |
|
|
|
|
- src/core/lib/gprpp/overload.h |
|
|
|
|
- src/core/lib/gprpp/packed_table.h |
|
|
|
|
- src/core/lib/gprpp/per_cpu.h |
|
|
|
|
- src/core/lib/gprpp/ref_counted.h |
|
|
|
|
- src/core/lib/gprpp/ref_counted_ptr.h |
|
|
|
|
- src/core/lib/gprpp/sorted_pack.h |
|
|
|
|
- src/core/lib/gprpp/status_helper.h |
|
|
|
|
- src/core/lib/gprpp/table.h |
|
|
|
|
- src/core/lib/gprpp/time.h |
|
|
|
|
- src/core/lib/gprpp/time_averaged_stats.h |
|
|
|
|
- src/core/lib/gprpp/unique_type_name.h |
|
|
|
|
- src/core/lib/gprpp/validation_errors.h |
|
|
|
|
- src/core/lib/gprpp/work_serializer.h |
|
|
|
|
- src/core/lib/handshaker/proxy_mapper.h |
|
|
|
|
- src/core/lib/handshaker/proxy_mapper_registry.h |
|
|
|
|
- src/core/lib/iomgr/block_annotate.h |
|
|
|
|
- src/core/lib/iomgr/buffer_list.h |
|
|
|
|
- src/core/lib/iomgr/call_combiner.h |
|
|
|
|
- src/core/lib/iomgr/cfstream_handle.h |
|
|
|
|
- src/core/lib/iomgr/closure.h |
|
|
|
|
- src/core/lib/iomgr/combiner.h |
|
|
|
|
- src/core/lib/iomgr/dynamic_annotations.h |
|
|
|
|
- src/core/lib/iomgr/endpoint.h |
|
|
|
|
- src/core/lib/iomgr/endpoint_cfstream.h |
|
|
|
|
- src/core/lib/iomgr/endpoint_pair.h |
|
|
|
|
- src/core/lib/iomgr/error.h |
|
|
|
|
- src/core/lib/iomgr/error_cfstream.h |
|
|
|
|
- src/core/lib/iomgr/ev_apple.h |
|
|
|
|
- src/core/lib/iomgr/ev_epoll1_linux.h |
|
|
|
|
- src/core/lib/iomgr/ev_poll_posix.h |
|
|
|
|
- src/core/lib/iomgr/ev_posix.h |
|
|
|
|
- src/core/lib/iomgr/exec_ctx.h |
|
|
|
|
- src/core/lib/iomgr/executor.h |
|
|
|
|
- src/core/lib/iomgr/gethostname.h |
|
|
|
|
- src/core/lib/iomgr/grpc_if_nametoindex.h |
|
|
|
|
- src/core/lib/iomgr/internal_errqueue.h |
|
|
|
|
- src/core/lib/iomgr/iocp_windows.h |
|
|
|
|
- src/core/lib/iomgr/iomgr.h |
|
|
|
|
- src/core/lib/iomgr/iomgr_fwd.h |
|
|
|
|
- src/core/lib/iomgr/iomgr_internal.h |
|
|
|
|
- src/core/lib/iomgr/load_file.h |
|
|
|
|
- src/core/lib/iomgr/lockfree_event.h |
|
|
|
|
- src/core/lib/iomgr/nameser.h |
|
|
|
|
- src/core/lib/iomgr/polling_entity.h |
|
|
|
|
- src/core/lib/iomgr/pollset.h |
|
|
|
|
- src/core/lib/iomgr/pollset_set.h |
|
|
|
|
- src/core/lib/iomgr/pollset_set_windows.h |
|
|
|
|
- src/core/lib/iomgr/pollset_windows.h |
|
|
|
|
- src/core/lib/iomgr/port.h |
|
|
|
|
- src/core/lib/iomgr/python_util.h |
|
|
|
|
- src/core/lib/iomgr/resolve_address.h |
|
|
|
|
- src/core/lib/iomgr/resolve_address_impl.h |
|
|
|
|
- src/core/lib/iomgr/resolve_address_posix.h |
|
|
|
|
- src/core/lib/iomgr/resolve_address_windows.h |
|
|
|
|
- src/core/lib/iomgr/resolved_address.h |
|
|
|
|
- src/core/lib/iomgr/sockaddr.h |
|
|
|
|
- src/core/lib/iomgr/sockaddr_posix.h |
|
|
|
|
- src/core/lib/iomgr/sockaddr_windows.h |
|
|
|
|
- src/core/lib/iomgr/socket_factory_posix.h |
|
|
|
|
- src/core/lib/iomgr/socket_mutator.h |
|
|
|
|
- src/core/lib/iomgr/socket_utils.h |
|
|
|
|
- src/core/lib/iomgr/socket_utils_posix.h |
|
|
|
|
- src/core/lib/iomgr/socket_windows.h |
|
|
|
|
- src/core/lib/iomgr/tcp_client.h |
|
|
|
|
- src/core/lib/iomgr/tcp_client_posix.h |
|
|
|
|
- src/core/lib/iomgr/tcp_posix.h |
|
|
|
|
- src/core/lib/iomgr/tcp_server.h |
|
|
|
|
- src/core/lib/iomgr/tcp_server_utils_posix.h |
|
|
|
|
- src/core/lib/iomgr/tcp_windows.h |
|
|
|
|
- src/core/lib/iomgr/timer.h |
|
|
|
|
- src/core/lib/iomgr/timer_generic.h |
|
|
|
|
- src/core/lib/iomgr/timer_heap.h |
|
|
|
|
- src/core/lib/iomgr/timer_manager.h |
|
|
|
|
- src/core/lib/iomgr/unix_sockets_posix.h |
|
|
|
|
- src/core/lib/iomgr/wakeup_fd_pipe.h |
|
|
|
|
- src/core/lib/iomgr/wakeup_fd_posix.h |
|
|
|
|
- src/core/lib/json/json.h |
|
|
|
|
- src/core/lib/load_balancing/lb_policy.h |
|
|
|
|
- src/core/lib/load_balancing/lb_policy_factory.h |
|
|
|
|
- src/core/lib/load_balancing/lb_policy_registry.h |
|
|
|
|
- src/core/lib/load_balancing/subchannel_interface.h |
|
|
|
|
- src/core/lib/matchers/matchers.h |
|
|
|
|
- src/core/lib/promise/activity.h |
|
|
|
|
- src/core/lib/promise/arena_promise.h |
|
|
|
|
- src/core/lib/promise/context.h |
|
|
|
|
- src/core/lib/promise/detail/basic_seq.h |
|
|
|
|
- src/core/lib/promise/detail/promise_factory.h |
|
|
|
|
- src/core/lib/promise/detail/promise_like.h |
|
|
|
|
- src/core/lib/promise/detail/status.h |
|
|
|
|
- src/core/lib/promise/detail/switch.h |
|
|
|
|
- src/core/lib/promise/exec_ctx_wakeup_scheduler.h |
|
|
|
|
- src/core/lib/promise/intra_activity_waiter.h |
|
|
|
|
- src/core/lib/promise/latch.h |
|
|
|
|
- src/core/lib/promise/loop.h |
|
|
|
|
- src/core/lib/promise/map.h |
|
|
|
|
- src/core/lib/promise/pipe.h |
|
|
|
|
- src/core/lib/promise/poll.h |
|
|
|
|
- src/core/lib/promise/promise.h |
|
|
|
|
- src/core/lib/promise/race.h |
|
|
|
|
- src/core/lib/promise/seq.h |
|
|
|
|
- src/core/lib/promise/try_seq.h |
|
|
|
|
- src/core/lib/resolver/resolver.h |
|
|
|
|
- src/core/lib/resolver/resolver_factory.h |
|
|
|
|
- src/core/lib/resolver/resolver_registry.h |
|
|
|
|
- src/core/lib/resolver/server_address.h |
|
|
|
|
- src/core/lib/resource_quota/api.h |
|
|
|
|
- src/core/lib/resource_quota/arena.h |
|
|
|
|
- src/core/lib/resource_quota/memory_quota.h |
|
|
|
|
- src/core/lib/resource_quota/periodic_update.h |
|
|
|
|
- src/core/lib/resource_quota/resource_quota.h |
|
|
|
|
- src/core/lib/resource_quota/thread_quota.h |
|
|
|
|
- src/core/lib/resource_quota/trace.h |
|
|
|
|
- src/core/lib/security/authorization/authorization_engine.h |
|
|
|
|
- src/core/lib/security/authorization/authorization_policy_provider.h |
|
|
|
|
- src/core/lib/security/authorization/evaluate_args.h |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_engine.h |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.h |
|
|
|
|
- src/core/lib/security/authorization/grpc_server_authz_filter.h |
|
|
|
|
- src/core/lib/security/authorization/matchers.h |
|
|
|
|
- src/core/lib/security/authorization/rbac_policy.h |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.h |
|
|
|
|
- src/core/lib/security/certificate_provider/certificate_provider_factory.h |
|
|
|
|
- src/core/lib/security/certificate_provider/certificate_provider_registry.h |
|
|
|
|
- src/core/lib/security/context/security_context.h |
|
|
|
|
- src/core/lib/security/credentials/alts/check_gcp_environment.h |
|
|
|
|
- src/core/lib/security/credentials/alts/grpc_alts_credentials_options.h |
|
|
|
|
- src/core/lib/security/credentials/call_creds_util.h |
|
|
|
|
- src/core/lib/security/credentials/channel_creds_registry.h |
|
|
|
|
- src/core/lib/security/credentials/composite/composite_credentials.h |
|
|
|
|
- src/core/lib/security/credentials/credentials.h |
|
|
|
|
- src/core/lib/security/credentials/plugin/plugin_credentials.h |
|
|
|
|
- src/core/lib/security/credentials/tls/tls_utils.h |
|
|
|
|
- src/core/lib/security/security_connector/load_system_roots.h |
|
|
|
|
- src/core/lib/security/security_connector/load_system_roots_supported.h |
|
|
|
|
- src/core/lib/security/security_connector/security_connector.h |
|
|
|
|
- src/core/lib/security/transport/auth_filters.h |
|
|
|
|
- src/core/lib/security/transport/secure_endpoint.h |
|
|
|
|
- src/core/lib/security/transport/security_handshaker.h |
|
|
|
|
- src/core/lib/security/transport/tsi_error.h |
|
|
|
|
- src/core/lib/security/util/json_util.h |
|
|
|
|
- src/core/lib/service_config/service_config.h |
|
|
|
|
- src/core/lib/service_config/service_config_call_data.h |
|
|
|
|
- src/core/lib/service_config/service_config_parser.h |
|
|
|
|
- src/core/lib/slice/b64.h |
|
|
|
|
- src/core/lib/slice/percent_encoding.h |
|
|
|
|
- src/core/lib/slice/slice.h |
|
|
|
|
- src/core/lib/slice/slice_buffer.h |
|
|
|
|
- src/core/lib/slice/slice_internal.h |
|
|
|
|
- src/core/lib/slice/slice_refcount.h |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.h |
|
|
|
|
- src/core/lib/surface/api_trace.h |
|
|
|
|
- src/core/lib/surface/builtins.h |
|
|
|
|
- src/core/lib/surface/call.h |
|
|
|
|
- src/core/lib/surface/call_test_only.h |
|
|
|
|
- src/core/lib/surface/call_trace.h |
|
|
|
|
- src/core/lib/surface/channel.h |
|
|
|
|
- src/core/lib/surface/channel_init.h |
|
|
|
|
- src/core/lib/surface/channel_stack_type.h |
|
|
|
|
- src/core/lib/surface/completion_queue.h |
|
|
|
|
- src/core/lib/surface/completion_queue_factory.h |
|
|
|
|
- src/core/lib/surface/event_string.h |
|
|
|
|
- src/core/lib/surface/init.h |
|
|
|
|
- src/core/lib/surface/init_internally.h |
|
|
|
|
- src/core/lib/surface/lame_client.h |
|
|
|
|
- src/core/lib/surface/server.h |
|
|
|
|
- src/core/lib/surface/validate_metadata.h |
|
|
|
|
- src/core/lib/transport/connectivity_state.h |
|
|
|
|
- src/core/lib/transport/error_utils.h |
|
|
|
|
- src/core/lib/transport/handshaker.h |
|
|
|
|
- src/core/lib/transport/handshaker_factory.h |
|
|
|
|
- src/core/lib/transport/handshaker_registry.h |
|
|
|
|
- src/core/lib/transport/http2_errors.h |
|
|
|
|
- src/core/lib/transport/metadata_batch.h |
|
|
|
|
- src/core/lib/transport/parsed_metadata.h |
|
|
|
|
- src/core/lib/transport/status_conversion.h |
|
|
|
|
- src/core/lib/transport/timeout_encoding.h |
|
|
|
|
- src/core/lib/transport/transport.h |
|
|
|
|
- src/core/lib/transport/transport_fwd.h |
|
|
|
|
- src/core/lib/transport/transport_impl.h |
|
|
|
|
- src/core/lib/uri/uri_parser.h |
|
|
|
|
- src/core/tsi/alts/handshaker/transport_security_common_api.h |
|
|
|
|
- src/core/tsi/transport_security.h |
|
|
|
|
- src/core/tsi/transport_security_grpc.h |
|
|
|
|
- src/core/tsi/transport_security_interface.h |
|
|
|
|
src: |
|
|
|
|
- src/core/ext/upb-generated/google/protobuf/any.upb.c |
|
|
|
|
- src/core/ext/upb-generated/google/rpc/status.upb.c |
|
|
|
|
- src/core/ext/upb-generated/src/proto/grpc/gcp/altscontext.upb.c |
|
|
|
|
- src/core/ext/upb-generated/src/proto/grpc/gcp/handshaker.upb.c |
|
|
|
|
- src/core/ext/upb-generated/src/proto/grpc/gcp/transport_security_common.upb.c |
|
|
|
|
- src/core/lib/address_utils/parse_address.cc |
|
|
|
|
- src/core/lib/address_utils/sockaddr_utils.cc |
|
|
|
|
- src/core/lib/channel/channel_args.cc |
|
|
|
|
- src/core/lib/channel/channel_args_preconditioning.cc |
|
|
|
|
- src/core/lib/channel/channel_stack.cc |
|
|
|
|
- src/core/lib/channel/channel_stack_builder.cc |
|
|
|
|
- src/core/lib/channel/channel_stack_builder_impl.cc |
|
|
|
|
- src/core/lib/channel/channel_trace.cc |
|
|
|
|
- src/core/lib/channel/channelz.cc |
|
|
|
|
- src/core/lib/channel/channelz_registry.cc |
|
|
|
|
- src/core/lib/channel/connected_channel.cc |
|
|
|
|
- src/core/lib/channel/promise_based_filter.cc |
|
|
|
|
- src/core/lib/channel/status_util.cc |
|
|
|
|
- src/core/lib/compression/compression.cc |
|
|
|
|
- src/core/lib/compression/compression_internal.cc |
|
|
|
|
- src/core/lib/compression/message_compress.cc |
|
|
|
|
- src/core/lib/config/core_configuration.cc |
|
|
|
|
- src/core/lib/debug/event_log.cc |
|
|
|
|
- src/core/lib/debug/histogram_view.cc |
|
|
|
|
- src/core/lib/debug/stats.cc |
|
|
|
|
- src/core/lib/debug/stats_data.cc |
|
|
|
|
- src/core/lib/debug/trace.cc |
|
|
|
|
- src/core/lib/event_engine/channel_args_endpoint_config.cc |
|
|
|
|
- src/core/lib/event_engine/default_event_engine.cc |
|
|
|
|
- src/core/lib/event_engine/default_event_engine_factory.cc |
|
|
|
|
- src/core/lib/event_engine/forkable.cc |
|
|
|
|
- src/core/lib/event_engine/memory_allocator.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/ev_epoll1_linux.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/ev_poll_posix.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/event_poller_posix_default.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/internal_errqueue.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/lockfree_event.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/posix_endpoint.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/posix_engine.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/tcp_socket_utils.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/timer.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/timer_heap.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/timer_manager.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/traced_buffer_list.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/wakeup_fd_eventfd.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/wakeup_fd_pipe.cc |
|
|
|
|
- src/core/lib/event_engine/posix_engine/wakeup_fd_posix_default.cc |
|
|
|
|
- src/core/lib/event_engine/resolved_address.cc |
|
|
|
|
- src/core/lib/event_engine/slice.cc |
|
|
|
|
- src/core/lib/event_engine/slice_buffer.cc |
|
|
|
|
- src/core/lib/event_engine/thread_pool.cc |
|
|
|
|
- src/core/lib/event_engine/time_util.cc |
|
|
|
|
- src/core/lib/event_engine/trace.cc |
|
|
|
|
- src/core/lib/event_engine/utils.cc |
|
|
|
|
- src/core/lib/event_engine/windows/iocp.cc |
|
|
|
|
- src/core/lib/event_engine/windows/win_socket.cc |
|
|
|
|
- src/core/lib/event_engine/windows/windows_engine.cc |
|
|
|
|
- src/core/lib/experiments/config.cc |
|
|
|
|
- src/core/lib/experiments/experiments.cc |
|
|
|
|
- src/core/lib/gprpp/load_file.cc |
|
|
|
|
- src/core/lib/gprpp/status_helper.cc |
|
|
|
|
- src/core/lib/gprpp/time.cc |
|
|
|
|
- src/core/lib/gprpp/time_averaged_stats.cc |
|
|
|
|
- src/core/lib/gprpp/validation_errors.cc |
|
|
|
|
- src/core/lib/gprpp/work_serializer.cc |
|
|
|
|
- src/core/lib/handshaker/proxy_mapper_registry.cc |
|
|
|
|
- src/core/lib/iomgr/buffer_list.cc |
|
|
|
|
- src/core/lib/iomgr/call_combiner.cc |
|
|
|
|
- src/core/lib/iomgr/cfstream_handle.cc |
|
|
|
|
- src/core/lib/iomgr/combiner.cc |
|
|
|
|
- src/core/lib/iomgr/dualstack_socket_posix.cc |
|
|
|
|
- src/core/lib/iomgr/endpoint.cc |
|
|
|
|
- src/core/lib/iomgr/endpoint_cfstream.cc |
|
|
|
|
- src/core/lib/iomgr/endpoint_pair_posix.cc |
|
|
|
|
- src/core/lib/iomgr/endpoint_pair_windows.cc |
|
|
|
|
- src/core/lib/iomgr/error.cc |
|
|
|
|
- src/core/lib/iomgr/error_cfstream.cc |
|
|
|
|
- src/core/lib/iomgr/ev_apple.cc |
|
|
|
|
- src/core/lib/iomgr/ev_epoll1_linux.cc |
|
|
|
|
- src/core/lib/iomgr/ev_poll_posix.cc |
|
|
|
|
- src/core/lib/iomgr/ev_posix.cc |
|
|
|
|
- src/core/lib/iomgr/ev_windows.cc |
|
|
|
|
- src/core/lib/iomgr/exec_ctx.cc |
|
|
|
|
- src/core/lib/iomgr/executor.cc |
|
|
|
|
- src/core/lib/iomgr/fork_posix.cc |
|
|
|
|
- src/core/lib/iomgr/fork_windows.cc |
|
|
|
|
- src/core/lib/iomgr/gethostname_fallback.cc |
|
|
|
|
- src/core/lib/iomgr/gethostname_host_name_max.cc |
|
|
|
|
- src/core/lib/iomgr/gethostname_sysconf.cc |
|
|
|
|
- src/core/lib/iomgr/grpc_if_nametoindex_posix.cc |
|
|
|
|
- src/core/lib/iomgr/grpc_if_nametoindex_unsupported.cc |
|
|
|
|
- src/core/lib/iomgr/internal_errqueue.cc |
|
|
|
|
- src/core/lib/iomgr/iocp_windows.cc |
|
|
|
|
- src/core/lib/iomgr/iomgr.cc |
|
|
|
|
- src/core/lib/iomgr/iomgr_internal.cc |
|
|
|
|
- src/core/lib/iomgr/iomgr_posix.cc |
|
|
|
|
- src/core/lib/iomgr/iomgr_posix_cfstream.cc |
|
|
|
|
- src/core/lib/iomgr/iomgr_windows.cc |
|
|
|
|
- src/core/lib/iomgr/load_file.cc |
|
|
|
|
- src/core/lib/iomgr/lockfree_event.cc |
|
|
|
|
- src/core/lib/iomgr/polling_entity.cc |
|
|
|
|
- src/core/lib/iomgr/pollset.cc |
|
|
|
|
- src/core/lib/iomgr/pollset_set.cc |
|
|
|
|
- src/core/lib/iomgr/pollset_set_windows.cc |
|
|
|
|
- src/core/lib/iomgr/pollset_windows.cc |
|
|
|
|
- src/core/lib/iomgr/resolve_address.cc |
|
|
|
|
- src/core/lib/iomgr/resolve_address_posix.cc |
|
|
|
|
- src/core/lib/iomgr/resolve_address_windows.cc |
|
|
|
|
- src/core/lib/iomgr/sockaddr_utils_posix.cc |
|
|
|
|
- src/core/lib/iomgr/socket_factory_posix.cc |
|
|
|
|
- src/core/lib/iomgr/socket_mutator.cc |
|
|
|
|
- src/core/lib/iomgr/socket_utils_common_posix.cc |
|
|
|
|
- src/core/lib/iomgr/socket_utils_linux.cc |
|
|
|
|
- src/core/lib/iomgr/socket_utils_posix.cc |
|
|
|
|
- src/core/lib/iomgr/socket_utils_windows.cc |
|
|
|
|
- src/core/lib/iomgr/socket_windows.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_client.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_client_cfstream.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_client_posix.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_client_windows.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_posix.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_server.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_server_posix.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_server_utils_posix_common.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_server_windows.cc |
|
|
|
|
- src/core/lib/iomgr/tcp_windows.cc |
|
|
|
|
- src/core/lib/iomgr/timer.cc |
|
|
|
|
- src/core/lib/iomgr/timer_generic.cc |
|
|
|
|
- src/core/lib/iomgr/timer_heap.cc |
|
|
|
|
- src/core/lib/iomgr/timer_manager.cc |
|
|
|
|
- src/core/lib/iomgr/unix_sockets_posix.cc |
|
|
|
|
- src/core/lib/iomgr/unix_sockets_posix_noop.cc |
|
|
|
|
- src/core/lib/iomgr/wakeup_fd_eventfd.cc |
|
|
|
|
- src/core/lib/iomgr/wakeup_fd_nospecial.cc |
|
|
|
|
- src/core/lib/iomgr/wakeup_fd_pipe.cc |
|
|
|
|
- src/core/lib/iomgr/wakeup_fd_posix.cc |
|
|
|
|
- src/core/lib/json/json_reader.cc |
|
|
|
|
- src/core/lib/json/json_writer.cc |
|
|
|
|
- src/core/lib/load_balancing/lb_policy.cc |
|
|
|
|
- src/core/lib/load_balancing/lb_policy_registry.cc |
|
|
|
|
- src/core/lib/matchers/matchers.cc |
|
|
|
|
- src/core/lib/promise/activity.cc |
|
|
|
|
- src/core/lib/promise/pipe.cc |
|
|
|
|
- src/core/lib/resolver/resolver.cc |
|
|
|
|
- src/core/lib/resolver/resolver_registry.cc |
|
|
|
|
- src/core/lib/resolver/server_address.cc |
|
|
|
|
- src/core/lib/resource_quota/api.cc |
|
|
|
|
- src/core/lib/resource_quota/arena.cc |
|
|
|
|
- src/core/lib/resource_quota/memory_quota.cc |
|
|
|
|
- src/core/lib/resource_quota/periodic_update.cc |
|
|
|
|
- src/core/lib/resource_quota/resource_quota.cc |
|
|
|
|
- src/core/lib/resource_quota/thread_quota.cc |
|
|
|
|
- src/core/lib/resource_quota/trace.cc |
|
|
|
|
- src/core/lib/security/authorization/authorization_policy_provider_vtable.cc |
|
|
|
|
- src/core/lib/security/authorization/evaluate_args.cc |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_engine.cc |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.cc |
|
|
|
|
- src/core/lib/security/authorization/grpc_server_authz_filter.cc |
|
|
|
|
- src/core/lib/security/authorization/matchers.cc |
|
|
|
|
- src/core/lib/security/authorization/rbac_policy.cc |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.cc |
|
|
|
|
- src/core/lib/security/certificate_provider/certificate_provider_registry.cc |
|
|
|
|
- src/core/lib/security/context/security_context.cc |
|
|
|
|
- src/core/lib/security/credentials/alts/check_gcp_environment.cc |
|
|
|
|
- src/core/lib/security/credentials/alts/check_gcp_environment_linux.cc |
|
|
|
|
- src/core/lib/security/credentials/alts/check_gcp_environment_no_op.cc |
|
|
|
|
- src/core/lib/security/credentials/alts/check_gcp_environment_windows.cc |
|
|
|
|
- src/core/lib/security/credentials/alts/grpc_alts_credentials_client_options.cc |
|
|
|
|
- src/core/lib/security/credentials/alts/grpc_alts_credentials_options.cc |
|
|
|
|
- src/core/lib/security/credentials/alts/grpc_alts_credentials_server_options.cc |
|
|
|
|
- src/core/lib/security/credentials/call_creds_util.cc |
|
|
|
|
- src/core/lib/security/credentials/composite/composite_credentials.cc |
|
|
|
|
- src/core/lib/security/credentials/credentials.cc |
|
|
|
|
- src/core/lib/security/credentials/plugin/plugin_credentials.cc |
|
|
|
|
- src/core/lib/security/credentials/tls/tls_utils.cc |
|
|
|
|
- src/core/lib/security/security_connector/load_system_roots_fallback.cc |
|
|
|
|
- src/core/lib/security/security_connector/load_system_roots_supported.cc |
|
|
|
|
- src/core/lib/security/security_connector/security_connector.cc |
|
|
|
|
- src/core/lib/security/transport/client_auth_filter.cc |
|
|
|
|
- src/core/lib/security/transport/secure_endpoint.cc |
|
|
|
|
- src/core/lib/security/transport/security_handshaker.cc |
|
|
|
|
- src/core/lib/security/transport/server_auth_filter.cc |
|
|
|
|
- src/core/lib/security/transport/tsi_error.cc |
|
|
|
|
- src/core/lib/security/util/json_util.cc |
|
|
|
|
- src/core/lib/service_config/service_config_parser.cc |
|
|
|
|
- src/core/lib/slice/b64.cc |
|
|
|
|
- src/core/lib/slice/percent_encoding.cc |
|
|
|
|
- src/core/lib/slice/slice.cc |
|
|
|
|
- src/core/lib/slice/slice_buffer.cc |
|
|
|
|
- src/core/lib/slice/slice_string_helpers.cc |
|
|
|
|
- src/core/lib/surface/api_trace.cc |
|
|
|
|
- src/core/lib/surface/builtins.cc |
|
|
|
|
- src/core/lib/surface/byte_buffer.cc |
|
|
|
|
- src/core/lib/surface/byte_buffer_reader.cc |
|
|
|
|
- src/core/lib/surface/call.cc |
|
|
|
|
- src/core/lib/surface/call_details.cc |
|
|
|
|
- src/core/lib/surface/call_log_batch.cc |
|
|
|
|
- src/core/lib/surface/call_trace.cc |
|
|
|
|
- src/core/lib/surface/channel.cc |
|
|
|
|
- src/core/lib/surface/channel_init.cc |
|
|
|
|
- src/core/lib/surface/channel_ping.cc |
|
|
|
|
- src/core/lib/surface/channel_stack_type.cc |
|
|
|
|
- src/core/lib/surface/completion_queue.cc |
|
|
|
|
- src/core/lib/surface/completion_queue_factory.cc |
|
|
|
|
- src/core/lib/surface/event_string.cc |
|
|
|
|
- src/core/lib/surface/init_internally.cc |
|
|
|
|
- src/core/lib/surface/lame_client.cc |
|
|
|
|
- src/core/lib/surface/metadata_array.cc |
|
|
|
|
- src/core/lib/surface/server.cc |
|
|
|
|
- src/core/lib/surface/validate_metadata.cc |
|
|
|
|
- src/core/lib/surface/version.cc |
|
|
|
|
- src/core/lib/transport/connectivity_state.cc |
|
|
|
|
- src/core/lib/transport/error_utils.cc |
|
|
|
|
- src/core/lib/transport/handshaker.cc |
|
|
|
|
- src/core/lib/transport/handshaker_registry.cc |
|
|
|
|
- src/core/lib/transport/metadata_batch.cc |
|
|
|
|
- src/core/lib/transport/parsed_metadata.cc |
|
|
|
|
- src/core/lib/transport/status_conversion.cc |
|
|
|
|
- src/core/lib/transport/timeout_encoding.cc |
|
|
|
|
- src/core/lib/transport/transport.cc |
|
|
|
|
- src/core/lib/transport/transport_op_string.cc |
|
|
|
|
- src/core/lib/uri/uri_parser.cc |
|
|
|
|
- src/core/tsi/alts/handshaker/transport_security_common_api.cc |
|
|
|
|
- src/core/tsi/transport_security.cc |
|
|
|
|
- src/core/tsi/transport_security_grpc.cc |
|
|
|
|
deps: |
|
|
|
|
- absl/cleanup:cleanup |
|
|
|
|
- absl/container:flat_hash_map |
|
|
|
|
- absl/container:flat_hash_set |
|
|
|
|
- absl/container:inlined_vector |
|
|
|
|
- absl/functional:any_invocable |
|
|
|
|
- absl/functional:function_ref |
|
|
|
|
- absl/hash:hash |
|
|
|
|
- absl/meta:type_traits |
|
|
|
|
- absl/status:statusor |
|
|
|
|
- absl/types:span |
|
|
|
|
- absl/utility:utility |
|
|
|
|
- gpr |
|
|
|
|
- upb |
|
|
|
|
- name: grpc_plugin_support |
|
|
|
|
build: protoc |
|
|
|
|
language: c++ |
|
|
|
@ -3613,14 +4182,11 @@ targets: |
|
|
|
|
- name: public_headers_must_be_c89 |
|
|
|
|
build: test |
|
|
|
|
language: c |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.h |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.h |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.cc |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.cc |
|
|
|
|
- test/core/surface/public_headers_must_be_c89.c |
|
|
|
|
deps: |
|
|
|
|
- grpc_authorization_provider |
|
|
|
|
- grpc_test_util |
|
|
|
|
- name: tcp_posix_test |
|
|
|
|
build: test |
|
|
|
@ -4164,16 +4730,13 @@ targets: |
|
|
|
|
gtest: true |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.h |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.h |
|
|
|
|
headers: [] |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.cc |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.cc |
|
|
|
|
- src/cpp/server/authorization_policy_provider.cc |
|
|
|
|
- test/cpp/server/authorization_policy_provider_test.cc |
|
|
|
|
deps: |
|
|
|
|
- grpc++ |
|
|
|
|
- grpc_authorization_provider |
|
|
|
|
- grpc_test_util |
|
|
|
|
- name: avl_test |
|
|
|
|
gtest: true |
|
|
|
@ -7158,8 +7721,6 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.h |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.h |
|
|
|
|
- test/core/util/cmdline.h |
|
|
|
|
- test/core/util/evaluate_args_test_util.h |
|
|
|
|
- test/core/util/fuzzer_util.h |
|
|
|
@ -7174,8 +7735,6 @@ targets: |
|
|
|
|
- test/core/util/subprocess.h |
|
|
|
|
- test/core/util/tracer_util.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.cc |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.cc |
|
|
|
|
- test/core/security/grpc_authorization_policy_provider_test.cc |
|
|
|
|
- test/core/util/cmdline.cc |
|
|
|
|
- test/core/util/fuzzer_util.cc |
|
|
|
@ -7190,26 +7749,24 @@ targets: |
|
|
|
|
- test/core/util/subprocess_windows.cc |
|
|
|
|
- test/core/util/tracer_util.cc |
|
|
|
|
deps: |
|
|
|
|
- grpc_authorization_provider |
|
|
|
|
- grpc_test_util |
|
|
|
|
- name: grpc_authz_end2end_test |
|
|
|
|
gtest: true |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.h |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.h |
|
|
|
|
- test/cpp/end2end/test_service_impl.h |
|
|
|
|
src: |
|
|
|
|
- src/proto/grpc/testing/echo.proto |
|
|
|
|
- src/proto/grpc/testing/echo_messages.proto |
|
|
|
|
- src/proto/grpc/testing/simple_messages.proto |
|
|
|
|
- src/proto/grpc/testing/xds/v3/orca_load_report.proto |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.cc |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.cc |
|
|
|
|
- src/cpp/server/authorization_policy_provider.cc |
|
|
|
|
- test/cpp/end2end/grpc_authz_end2end_test.cc |
|
|
|
|
- test/cpp/end2end/test_service_impl.cc |
|
|
|
|
deps: |
|
|
|
|
- grpc_authorization_provider |
|
|
|
|
- grpc++_test_util |
|
|
|
|
- name: grpc_byte_buffer_reader_test |
|
|
|
|
gtest: true |
|
|
|
@ -9307,8 +9864,6 @@ targets: |
|
|
|
|
build: test |
|
|
|
|
language: c++ |
|
|
|
|
headers: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.h |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.h |
|
|
|
|
- test/core/util/cmdline.h |
|
|
|
|
- test/core/util/evaluate_args_test_util.h |
|
|
|
|
- test/core/util/fuzzer_util.h |
|
|
|
@ -9323,8 +9878,6 @@ targets: |
|
|
|
|
- test/core/util/subprocess.h |
|
|
|
|
- test/core/util/tracer_util.h |
|
|
|
|
src: |
|
|
|
|
- src/core/lib/security/authorization/grpc_authorization_policy_provider.cc |
|
|
|
|
- src/core/lib/security/authorization/rbac_translator.cc |
|
|
|
|
- test/core/security/rbac_translator_test.cc |
|
|
|
|
- test/core/util/cmdline.cc |
|
|
|
|
- test/core/util/fuzzer_util.cc |
|
|
|
@ -9339,6 +9892,7 @@ targets: |
|
|
|
|
- test/core/util/subprocess_windows.cc |
|
|
|
|
- test/core/util/tracer_util.cc |
|
|
|
|
deps: |
|
|
|
|
- grpc_authorization_provider |
|
|
|
|
- grpc_test_util |
|
|
|
|
- name: ref_counted_ptr_test |
|
|
|
|
gtest: true |
|
|
|
|