From 48d8987167f9620bfeceeb8e85ae457fa32f8fc7 Mon Sep 17 00:00:00 2001 From: jakedoublev Date: Mon, 31 Mar 2025 14:46:49 -0700 Subject: [PATCH 001/110] feat(policy): add enhanced standard/custom actions protos --- docs/grpc/index.html | 434 +++++++- .../authorization/authorization.swagger.json | 38 +- .../policy/actions/actions.swagger.json | 207 ++++ .../policy/attributes/attributes.swagger.json | 24 +- .../resource_mapping.swagger.json | 24 +- .../subject_mapping.swagger.json | 24 +- .../openapi/policy/unsafe/unsafe.swagger.json | 24 +- protocol/go/policy/actions/actions.pb.go | 957 ++++++++++++++++++ protocol/go/policy/actions/actions_grpc.pb.go | 257 +++++ .../actions/actionsconnect/actions.connect.go | 232 +++++ protocol/go/policy/objects.pb.go | 590 +++++------ service/policy/actions/actions.proto | 116 +++ service/policy/objects.proto | 25 +- 13 files changed, 2606 insertions(+), 346 deletions(-) create mode 100644 docs/openapi/policy/actions/actions.swagger.json create mode 100644 protocol/go/policy/actions/actions.pb.go create mode 100644 protocol/go/policy/actions/actions_grpc.pb.go create mode 100644 protocol/go/policy/actions/actionsconnect/actions.connect.go create mode 100644 service/policy/actions/actions.proto diff --git a/docs/grpc/index.html b/docs/grpc/index.html index 89f7852ece..0b6c404966 100644 --- a/docs/grpc/index.html +++ b/docs/grpc/index.html @@ -568,6 +568,61 @@

Table of Contents

+
  • + policy/actions/actions.proto + +
  • + +
  • policy/attributes/attributes.proto