Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: appengine/components/components/auth/proto/delegation_pb2.py

Issue 2164733003: auth: Keep audit log of all generated delegation tokens. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: auth: Keep audit log of all generates delegation tokens. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/components/components/auth/proto/delegation.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/auth/proto/delegation_pb2.py
diff --git a/appengine/components/components/auth/proto/delegation_pb2.py b/appengine/components/components/auth/proto/delegation_pb2.py
index adf449b4d42503a4eb5d4fe9f72b230cffd382cd..7954a47b97963bcbdf5915360abb17e3f5a7903a 100644
--- a/appengine/components/components/auth/proto/delegation_pb2.py
+++ b/appengine/components/components/auth/proto/delegation_pb2.py
@@ -13,7 +13,7 @@ from google.protobuf import descriptor_pb2
DESCRIPTOR = _descriptor.FileDescriptor(
name='delegation.proto',
package='components.auth.proto.delegation',
- serialized_pb='\n\x10\x64\x65legation.proto\x12 components.auth.proto.delegation\"x\n\x0f\x44\x65legationToken\x12 \n\x18serialized_subtoken_list\x18\x01 \x01(\x0c\x12\x11\n\tsigner_id\x18\x02 \x01(\t\x12\x16\n\x0esigning_key_id\x18\x03 \x01(\t\x12\x18\n\x10pkcs1_sha256_sig\x18\x04 \x01(\x0c\"M\n\x0cSubtokenList\x12=\n\tsubtokens\x18\x01 \x03(\x0b\x32*.components.auth.proto.delegation.Subtoken\"\x8c\x01\n\x08Subtoken\x12\x11\n\tissuer_id\x18\x01 \x01(\t\x12\x15\n\rcreation_time\x18\x02 \x01(\x03\x12\x19\n\x11validity_duration\x18\x03 \x01(\x05\x12\x10\n\x08\x61udience\x18\x05 \x03(\t\x12\x10\n\x08services\x18\x06 \x03(\t\x12\x17\n\x0fimpersonator_id\x18\x07 \x01(\t')
+ serialized_pb='\n\x10\x64\x65legation.proto\x12 components.auth.proto.delegation\"x\n\x0f\x44\x65legationToken\x12 \n\x18serialized_subtoken_list\x18\x01 \x01(\x0c\x12\x11\n\tsigner_id\x18\x02 \x01(\t\x12\x16\n\x0esigning_key_id\x18\x03 \x01(\t\x12\x18\n\x10pkcs1_sha256_sig\x18\x04 \x01(\x0c\"M\n\x0cSubtokenList\x12=\n\tsubtokens\x18\x01 \x03(\x0b\x32*.components.auth.proto.delegation.Subtoken\"\xa1\x01\n\x08Subtoken\x12\x11\n\tissuer_id\x18\x01 \x01(\t\x12\x15\n\rcreation_time\x18\x02 \x01(\x03\x12\x19\n\x11validity_duration\x18\x03 \x01(\x05\x12\x13\n\x0bsubtoken_id\x18\x04 \x01(\x03\x12\x10\n\x08\x61udience\x18\x05 \x03(\t\x12\x10\n\x08services\x18\x06 \x03(\t\x12\x17\n\x0fimpersonator_id\x18\x07 \x01(\t')
@@ -124,21 +124,28 @@ _SUBTOKEN = _descriptor.Descriptor(
is_extension=False, extension_scope=None,
options=None),
_descriptor.FieldDescriptor(
- name='audience', full_name='components.auth.proto.delegation.Subtoken.audience', index=3,
+ name='subtoken_id', full_name='components.auth.proto.delegation.Subtoken.subtoken_id', index=3,
+ number=4, type=3, cpp_type=2, label=1,
+ has_default_value=False, default_value=0,
+ message_type=None, enum_type=None, containing_type=None,
+ is_extension=False, extension_scope=None,
+ options=None),
+ _descriptor.FieldDescriptor(
+ name='audience', full_name='components.auth.proto.delegation.Subtoken.audience', index=4,
number=5, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None),
_descriptor.FieldDescriptor(
- name='services', full_name='components.auth.proto.delegation.Subtoken.services', index=4,
+ name='services', full_name='components.auth.proto.delegation.Subtoken.services', index=5,
number=6, type=9, cpp_type=9, label=3,
has_default_value=False, default_value=[],
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None),
_descriptor.FieldDescriptor(
- name='impersonator_id', full_name='components.auth.proto.delegation.Subtoken.impersonator_id', index=5,
+ name='impersonator_id', full_name='components.auth.proto.delegation.Subtoken.impersonator_id', index=6,
number=7, type=9, cpp_type=9, label=1,
has_default_value=False, default_value=unicode("", "utf-8"),
message_type=None, enum_type=None, containing_type=None,
@@ -154,7 +161,7 @@ _SUBTOKEN = _descriptor.Descriptor(
is_extendable=False,
extension_ranges=[],
serialized_start=256,
- serialized_end=396,
+ serialized_end=417,
)
_SUBTOKENLIST.fields_by_name['subtokens'].message_type = _SUBTOKEN
« no previous file with comments | « appengine/components/components/auth/proto/delegation.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698