agilicus 1.230.4__py3-none-any.whl → 1.230.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- agilicus/agilicus_api/api_client.py +1 -1
- agilicus/agilicus_api/configuration.py +1 -1
- agilicus/agilicus_api_README.md +1 -1
- agilicus/issuers.py +1 -2
- agilicus/main.py +1 -1
- {agilicus-1.230.4.dist-info → agilicus-1.230.5.dist-info}/METADATA +1 -1
- {agilicus-1.230.4.dist-info → agilicus-1.230.5.dist-info}/RECORD +10 -10
- {agilicus-1.230.4.dist-info → agilicus-1.230.5.dist-info}/LICENSE.txt +0 -0
- {agilicus-1.230.4.dist-info → agilicus-1.230.5.dist-info}/WHEEL +0 -0
- {agilicus-1.230.4.dist-info → agilicus-1.230.5.dist-info}/entry_points.txt +0 -0
@@ -77,7 +77,7 @@ class ApiClient(object):
|
|
77
77
|
self.default_headers[header_name] = header_value
|
78
78
|
self.cookie = cookie
|
79
79
|
# Set default User-Agent.
|
80
|
-
self.user_agent = 'OpenAPI-Generator/1.230.
|
80
|
+
self.user_agent = 'OpenAPI-Generator/1.230.5/python'
|
81
81
|
|
82
82
|
def __enter__(self):
|
83
83
|
return self
|
@@ -387,7 +387,7 @@ class Configuration(object):
|
|
387
387
|
"OS: {env}\n"\
|
388
388
|
"Python Version: {pyversion}\n"\
|
389
389
|
"Version of the API: 2023.11.20\n"\
|
390
|
-
"SDK Package Version: 1.230.
|
390
|
+
"SDK Package Version: 1.230.5".\
|
391
391
|
format(env=sys.platform, pyversion=sys.version)
|
392
392
|
|
393
393
|
def get_host_settings(self):
|
agilicus/agilicus_api_README.md
CHANGED
@@ -4,7 +4,7 @@ Agilicus is API-first. Modern software is controlled by other software, is open,
|
|
4
4
|
The `agilicus_api` package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
5
5
|
|
6
6
|
- API version: 2023.11.20
|
7
|
-
- Package version: 1.230.
|
7
|
+
- Package version: 1.230.5
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
9
9
|
For more information, please visit [https://www.agilicus.com/api](https://www.agilicus.com/api)
|
10
10
|
|
agilicus/issuers.py
CHANGED
@@ -802,8 +802,6 @@ def update_local_auth_upstream(
|
|
802
802
|
print(f"Cannot find issuer {issuer_id}")
|
803
803
|
return
|
804
804
|
|
805
|
-
auto_create_status = agilicus.AutoCreateStatus(auto_create_status)
|
806
|
-
|
807
805
|
for upstream in issuer_obj.local_auth_upstreams:
|
808
806
|
if upstream.name == name:
|
809
807
|
if upstream_id is not None:
|
@@ -813,6 +811,7 @@ def update_local_auth_upstream(
|
|
813
811
|
if issuer is not None:
|
814
812
|
upstream.issuer = issuer
|
815
813
|
if auto_create_status is not None:
|
814
|
+
auto_create_status = agilicus.AutoCreateStatus(auto_create_status)
|
816
815
|
upstream.auto_create_status = auto_create_status
|
817
816
|
if upstream_domain_name is not None:
|
818
817
|
upstream.upstream_domain_name = upstream_domain_name
|
agilicus/main.py
CHANGED
@@ -3668,7 +3668,7 @@ def update_local_auth_upstream_provider(
|
|
3668
3668
|
@click.option("--issuer", default=None)
|
3669
3669
|
@click.option("--icon", default=None)
|
3670
3670
|
@click.option(
|
3671
|
-
"--auto-create-status", type=click.Choice(users.STATUS_OPTIONS), default=
|
3671
|
+
"--auto-create-status", type=click.Choice(users.STATUS_OPTIONS), default="default"
|
3672
3672
|
)
|
3673
3673
|
@click.option("--upstream-domain-name", default=None)
|
3674
3674
|
@click.option("--org-id", type=str, default=None)
|
@@ -67,9 +67,9 @@ agilicus/agilicus_api/api/users_api.py,sha256=WRK8WGsPlEpH4nqZ_QqmlyNR7gQf0lTELk
|
|
67
67
|
agilicus/agilicus_api/api/users_api_mock.py,sha256=wA_xiqL3Pz3KjljKlsmf5NveLZS1FpbaKJHBp7QvarY,15411
|
68
68
|
agilicus/agilicus_api/api/whoami_api.py,sha256=lH6Vn-iist2hBcoY653_Q4oM3IjQszr3IfR3PK896yA,7941
|
69
69
|
agilicus/agilicus_api/api/whoami_api_mock.py,sha256=rlvZoWnMCqORMZBg7SOv6d3xp52kELdh6wXcCaIZ93w,346
|
70
|
-
agilicus/agilicus_api/api_client.py,sha256=
|
70
|
+
agilicus/agilicus_api/api_client.py,sha256=HBa2aAaFSkpJnIeHuOilA7p9Q8MferZIxy9w3IwXLJ8,38845
|
71
71
|
agilicus/agilicus_api/apis/__init__.py,sha256=m_hg6OJsEsMp6mZ1mn9OlaTflLjrU3Jc-jvYD9gi_PA,2092
|
72
|
-
agilicus/agilicus_api/configuration.py,sha256=
|
72
|
+
agilicus/agilicus_api/configuration.py,sha256=8P3VCVRn1WbTTBVd_iU58GaYXxRKtwvSidf7eCS1keg,18447
|
73
73
|
agilicus/agilicus_api/docs/APIKey.md,sha256=4cKuz4_l9HcEDnUrLwYbEnn9C2WoDayrjfrY1Ixgaf4,1747
|
74
74
|
agilicus/agilicus_api/docs/APIKeyIntrospect.md,sha256=nJ-zkuFm3JMbWFDYYN_vYyQk1snGBtBvIxtCQxamhAU,1019
|
75
75
|
agilicus/agilicus_api/docs/APIKeyIntrospectAuthorizationInfo.md,sha256=7RApOOLjvWQs5sw2jb25g7i3Kta1BiEY-s8VRXfppH8,725
|
@@ -2299,7 +2299,7 @@ agilicus/agilicus_api/test/test_x509_root_certificate.py,sha256=Dq-pM-ilcwbcpekE
|
|
2299
2299
|
agilicus/agilicus_api/test/test_x509_root_certificate_spec.py,sha256=JNhS_EE5kcjI3rf1qEhmK9vhCWN776GiXaQ1knz9lGA,2832
|
2300
2300
|
agilicus/agilicus_api/test/test_x509_root_certificate_status.py,sha256=BQ2trTwSyyIVWW9qxh7kVXbC_kBuPMOWciAUW3U_Mmk,2846
|
2301
2301
|
agilicus/agilicus_api/test/test_xss_settings.py,sha256=pKg96UprF2XOt3avGhloPwxlCK9hC1h2_Bmfvsd2YfE,2746
|
2302
|
-
agilicus/agilicus_api_README.md,sha256=
|
2302
|
+
agilicus/agilicus_api_README.md,sha256=cd_3FCHSQY--T4u9knYY5MPbsh9j_At_ubic5yOOCTM,146920
|
2303
2303
|
agilicus/aliases.ini,sha256=MxqiVo2f2xdUDVF1YDkNW36AIqN8hrYjlTVfraEUZXY,455
|
2304
2304
|
agilicus/amq.py,sha256=yxi-YTbJPVl10s78Hlr1dmrQR63iaSIoROGVILzFPmE,1775
|
2305
2305
|
agilicus/apps.py,sha256=ZWGY08VcsPkQzMR0LJXfCtQM4IOQy4S5X45PXtopcSo,48770
|
@@ -2335,7 +2335,7 @@ agilicus/hash.py,sha256=5_ymnLNjVbXnxiPVhd8Mur5vQMrn6Zhfjhgg4nygmEA,260
|
|
2335
2335
|
agilicus/hosts/hosts.py,sha256=U9Z_9JWkW5b5wKO1kxULhFvEENh1J75xSd9F_KQxseA,7150
|
2336
2336
|
agilicus/hosts/hosts_main.py,sha256=Eb8qv9LdDlGHE3W4hfeu3v_wN6Yug8ATKnjl1o2fMVc,3785
|
2337
2337
|
agilicus/input_helpers.py,sha256=FgC8fc9VFqjklDCThvAlrsKqq5fk4HnBxervXyc9m7o,5289
|
2338
|
-
agilicus/issuers.py,sha256=
|
2338
|
+
agilicus/issuers.py,sha256=I_yWToFzH6zyNfAds7lomN3N20JCQ9Ll4nAnsmF84q4,44202
|
2339
2339
|
agilicus/keyring.py,sha256=G-AsU9V7J7WPK94wSCy1Bf-Zy4CcqPise_vab3220LI,1788
|
2340
2340
|
agilicus/keyring_storage.py,sha256=tQEfDPW27xEdjPIBnjAyZOAG3wHlk3KQ2DSKYr4B5fM,2996
|
2341
2341
|
agilicus/labels/labels.py,sha256=dW9s0dnd8m4fZmPpewGXwklMhG1Q7TPjxbBmvFtGrtg,7833
|
@@ -2343,7 +2343,7 @@ agilicus/labels/labels_main.py,sha256=aXRNRT1CPiUc0x1Gh_VoCmzrbROzsC5e9ycrwPNT0q
|
|
2343
2343
|
agilicus/launchers.py,sha256=Yy59dzHMCz9ZSs_mMjVGaTw3vdNX58WsmIfX56by69U,11077
|
2344
2344
|
agilicus/logs.py,sha256=tS8c_sdre1Dncrl59GVGQ0L3d2jtwlVjvIMl3SHJraY,766
|
2345
2345
|
agilicus/lookups.py,sha256=MNmNsKpP7Fq_poLAnL9xo_iptFilKM9ziGLyIe8VKaw,669
|
2346
|
-
agilicus/main.py,sha256=
|
2346
|
+
agilicus/main.py,sha256=CVcVZSuC8E7RwkZt48d8FbzUFFKIZ5hCG5VfemvCBrw,254500
|
2347
2347
|
agilicus/messages.py,sha256=Ydm-VhAsK23UnYdstv_HsOybBODfui5ubKc7F8R_dsw,5187
|
2348
2348
|
agilicus/metrics.py,sha256=9l0T7ea4Gvcj7A1C4uC4mv6v26_S8HKnmIuxJjq3mQw,1424
|
2349
2349
|
agilicus/orgs.py,sha256=9zC97w-XZJiluTGdoWw1izpVMnu3P3RDNnIIvVD6WMg,12031
|
@@ -2373,8 +2373,8 @@ agilicus/trusted_certs/trusted_certs_main.py,sha256=6dHHWXvNIcUa_nA9ptigL4Vibe4n
|
|
2373
2373
|
agilicus/users.py,sha256=pPY_mjSScCOyP-fBpS-fMHWl6GE-LE4lOvjzcDzJMIQ,38184
|
2374
2374
|
agilicus/version.py,sha256=G9OFdL1v_4dLDfk6I6taDNypM5bbO-JHAwilsu9LYgg,23
|
2375
2375
|
agilicus/whoami.py,sha256=kqghtWMgZOd2rhKmfguDwCTm6A3gNS8Kj-S2IBxBtl0,206
|
2376
|
-
agilicus-1.230.
|
2377
|
-
agilicus-1.230.
|
2378
|
-
agilicus-1.230.
|
2379
|
-
agilicus-1.230.
|
2380
|
-
agilicus-1.230.
|
2376
|
+
agilicus-1.230.5.dist-info/LICENSE.txt,sha256=Zq4tqiCroC2CVrBB_PWjapRdvpae23nljdiaSkOzUho,1061
|
2377
|
+
agilicus-1.230.5.dist-info/METADATA,sha256=udMzJHBS8KVg0RME483NYFanjoyoq44lEbFGcWQmOV8,3703
|
2378
|
+
agilicus-1.230.5.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
2379
|
+
agilicus-1.230.5.dist-info/entry_points.txt,sha256=a66hGozzLkHu0IewFzIMbSAhMTNTddUaA2T3_16Gb_s,51
|
2380
|
+
agilicus-1.230.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|