Skip to content

Commit 69944d0

Browse files
committed
16.3.0
1 parent 1858dcc commit 69944d0

File tree

12 files changed

+576
-243
lines changed

12 files changed

+576
-243
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ strongdm/client.py
4949
strongdm/constants.py
5050
strongdm/control_panel_pb2.py
5151
strongdm/control_panel_pb2_grpc.py
52+
strongdm/custom_headers_pb2.py
53+
strongdm/custom_headers_pb2_grpc.py
5254
strongdm/discovery_connectors_pb2.py
5355
strongdm/discovery_connectors_pb2_grpc.py
5456
strongdm/drivers_pb2.py

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='strongdm',
2525
packages=['strongdm'],
26-
version='16.1.0',
26+
version='16.3.0',
2727
license='apache-2.0',
2828
description='strongDM SDK for the Python programming language.',
2929
long_description=long_description,
@@ -32,7 +32,7 @@
3232
author_email='sdk-feedback@strongdm.com',
3333
url='https://github.com/strongdm/strongdm-sdk-python',
3434
download_url=
35-
'https://github.com/strongdm/strongdm-sdk-python/archive/v16.1.0.tar.gz',
35+
'https://github.com/strongdm/strongdm-sdk-python/archive/v16.3.0.tar.gz',
3636
keywords=[
3737
'strongDM', 'sdm', 'api', 'automation', 'security', 'audit',
3838
'database', 'server', 'ssh', 'rdp'

strongdm.egg-info/PKG-INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Metadata-Version: 2.1
22
Name: strongdm
3-
Version: 16.1.0
3+
Version: 16.3.0
44
Summary: strongDM SDK for the Python programming language.
55
Home-page: https://github.com/strongdm/strongdm-sdk-python
66
Author: strongDM Team
77
Author-email: sdk-feedback@strongdm.com
88
License: apache-2.0
9-
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v16.1.0.tar.gz
9+
Download-URL: https://github.com/strongdm/strongdm-sdk-python/archive/v16.3.0.tar.gz
1010
Keywords: strongDM,sdm,api,automation,security,audit,database,server,ssh,rdp
1111
Platform: UNKNOWN
1212
Classifier: Development Status :: 4 - Beta

strongdm.egg-info/SOURCES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ strongdm/client.py
4848
strongdm/constants.py
4949
strongdm/control_panel_pb2.py
5050
strongdm/control_panel_pb2_grpc.py
51+
strongdm/custom_headers_pb2.py
52+
strongdm/custom_headers_pb2_grpc.py
5153
strongdm/discovery_connectors_pb2.py
5254
strongdm/discovery_connectors_pb2_grpc.py
5355
strongdm/drivers_pb2.py

strongdm/accounts_pb2.py

Lines changed: 10 additions & 8 deletions
Large diffs are not rendered by default.

strongdm/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
DEFAULT_RETRY_FACTOR = 1.6
4141
DEFAULT_RETRY_JITTER = 0.2
4242
API_VERSION = '2025-04-14'
43-
USER_AGENT = 'strongdm-sdk-python/16.1.0'
43+
USER_AGENT = 'strongdm-sdk-python/16.3.0'
4444

4545
method_regexp = re.compile(r'\W+')
4646

strongdm/custom_headers_pb2.py

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
# Copyright 2020 StrongDM Inc
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# -*- coding: utf-8 -*-
16+
# Generated by the protocol buffer compiler. DO NOT EDIT!
17+
# source: custom_headers.proto
18+
"""Generated protocol buffer code."""
19+
from google.protobuf import descriptor as _descriptor
20+
from google.protobuf import descriptor_pool as _descriptor_pool
21+
from google.protobuf import message as _message
22+
from google.protobuf import reflection as _reflection
23+
from google.protobuf import symbol_database as _symbol_database
24+
# @@protoc_insertion_point(imports)
25+
26+
_sym_db = _symbol_database.Default()
27+
28+
29+
from . import options_pb2 as options__pb2
30+
31+
32+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x63ustom_headers.proto\x12\x02v1\x1a\roptions.proto\"W\n\rCustomHeaders\x12\x34\n\x0e\x63ustom_headers\x18\x01 \x03(\x0b\x32\x10.v1.CustomHeaderB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\x10\xfa\xf8\xb3\x07\x0b\xa8\xf3\xb3\x07\x01\xd2\xf3\xb3\x07\x01*\"k\n\x0c\x43ustomHeader\x12\x18\n\x04name\x18\x01 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x19\n\x05value\x18\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\x1a\n\x06secret\x18\x03 \x01(\x08\x42\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01:\n\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42i\n\x19\x63om.strongdm.api.plumbingB\x15\x43ustomHeadersPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
33+
34+
35+
36+
_CUSTOMHEADERS = DESCRIPTOR.message_types_by_name['CustomHeaders']
37+
_CUSTOMHEADER = DESCRIPTOR.message_types_by_name['CustomHeader']
38+
CustomHeaders = _reflection.GeneratedProtocolMessageType('CustomHeaders', (_message.Message,), {
39+
'DESCRIPTOR' : _CUSTOMHEADERS,
40+
'__module__' : 'custom_headers_pb2'
41+
# @@protoc_insertion_point(class_scope:v1.CustomHeaders)
42+
})
43+
_sym_db.RegisterMessage(CustomHeaders)
44+
45+
CustomHeader = _reflection.GeneratedProtocolMessageType('CustomHeader', (_message.Message,), {
46+
'DESCRIPTOR' : _CUSTOMHEADER,
47+
'__module__' : 'custom_headers_pb2'
48+
# @@protoc_insertion_point(class_scope:v1.CustomHeader)
49+
})
50+
_sym_db.RegisterMessage(CustomHeader)
51+
52+
if _descriptor._USE_C_DESCRIPTORS == False:
53+
54+
DESCRIPTOR._options = None
55+
DESCRIPTOR._serialized_options = b'\n\031com.strongdm.api.plumbingB\025CustomHeadersPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1'
56+
_CUSTOMHEADERS.fields_by_name['custom_headers']._options = None
57+
_CUSTOMHEADERS.fields_by_name['custom_headers']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
58+
_CUSTOMHEADERS._options = None
59+
_CUSTOMHEADERS._serialized_options = b'\372\370\263\007\013\250\363\263\007\001\322\363\263\007\001*'
60+
_CUSTOMHEADER.fields_by_name['name']._options = None
61+
_CUSTOMHEADER.fields_by_name['name']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
62+
_CUSTOMHEADER.fields_by_name['value']._options = None
63+
_CUSTOMHEADER.fields_by_name['value']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
64+
_CUSTOMHEADER.fields_by_name['secret']._options = None
65+
_CUSTOMHEADER.fields_by_name['secret']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
66+
_CUSTOMHEADER._options = None
67+
_CUSTOMHEADER._serialized_options = b'\372\370\263\007\005\250\363\263\007\001'
68+
_CUSTOMHEADERS._serialized_start=43
69+
_CUSTOMHEADERS._serialized_end=130
70+
_CUSTOMHEADER._serialized_start=132
71+
_CUSTOMHEADER._serialized_end=239
72+
# @@protoc_insertion_point(module_scope)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright 2020 StrongDM Inc
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
#
15+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
16+
"""Client and server classes corresponding to protobuf-defined services."""
17+
import grpc
18+

strongdm/drivers_pb2.py

Lines changed: 243 additions & 230 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)