mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 17:37:25 +02:00
v0.5.0 (#375)
This commit is contained in:
parent
00c29f4e77
commit
ec9607d1d5
61 changed files with 894 additions and 468 deletions
scripts
|
@ -14,10 +14,10 @@ done = False
|
|||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--login", action="store_true")
|
||||
parser.add_argument(
|
||||
"--dst", default="https://httpbin.imac.bdd.io/headers",
|
||||
"--dst", default="https://httpbin.example.com/headers",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--refresh-endpoint", default="https://authenticate.imac.bdd.io/api/v1/refresh",
|
||||
"--refresh-endpoint", default="https://authenticate.example.com/api/v1/refresh",
|
||||
)
|
||||
parser.add_argument("--server", default="localhost", type=str)
|
||||
parser.add_argument("--port", default=8000, type=int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue