forked from IQ.Lvbs/IQ.Pilot
IQ.Pilot Prebuilt Release @ ab07000
This commit is contained in:
4
iqpilot/konn3kt/iqlvbs/__init__.py
Normal file
4
iqpilot/konn3kt/iqlvbs/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos
|
||||
"""
|
||||
7
iqpilot/konn3kt/iqlvbs/alc.py
Normal file
7
iqpilot/konn3kt/iqlvbs/alc.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos
|
||||
"""
|
||||
from openpilot.iqpilot._proprietary_loader import load_private_module
|
||||
|
||||
load_private_module(__name__, "iqpilot_private.konn3kt.iqlvbs.alc")
|
||||
19
iqpilot/konn3kt/iqlvbs/git_remote.py
Normal file
19
iqpilot/konn3kt/iqlvbs/git_remote.py
Normal file
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Copyright © IQ.Lvbs, apart of Project Teal Lvbs, All Rights Reserved, licensed under https://konn3kt.com/tos
|
||||
|
||||
Public shim for the proprietary IQ.Lvbs git read-auth helper.
|
||||
|
||||
The token + git config logic live in the standalone, signed bundle
|
||||
``iqpilot_private.updater.git_remote`` (artifact iqpilot_updater_private) -- a
|
||||
dedicated bundle so the read-only PAT can be rotated by rebuilding only that tiny
|
||||
bundle, never touching ALC. Never in the open tree.
|
||||
|
||||
The private module exports:
|
||||
configure(repo_dir: str) -> None
|
||||
Install the read-only token as an ephemeral http.<host>.extraHeader on
|
||||
repo_dir (the only auth method that survives the WAF's 403-to-anonymous).
|
||||
"""
|
||||
from openpilot.iqpilot._proprietary_loader import load_private_module
|
||||
|
||||
load_private_module(__name__, "iqpilot_private.updater.git_remote")
|
||||
Reference in New Issue
Block a user