Skip to content

Commit d898089

Browse files
committed
Update ve_agentkit.py
1 parent 93a540f commit d898089

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

agentkit/toolkit/runners/ve_agentkit.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ def _create_new_runtime(self, config: VeAgentkitRunnerConfig) -> DeployResult:
707707
"runtime_apikey_name": config.runtime_apikey_name,
708708
"runtime_role_name": config.runtime_role_name,
709709
"runtime_auth_type": config.runtime_auth_type,
710+
"runtime_jwt_discovery_url": config.runtime_jwt_discovery_url,
711+
"runtime_jwt_allowed_clients": config.runtime_jwt_allowed_clients,
710712
"message": "Runtime created successfully",
711713
},
712714
)
@@ -1130,6 +1132,8 @@ def _update_existing_runtime(self, config: VeAgentkitRunnerConfig) -> DeployResu
11301132
"runtime_apikey_name": config.runtime_apikey_name,
11311133
"runtime_role_name": config.runtime_role_name,
11321134
"runtime_auth_type": config.runtime_auth_type,
1135+
"runtime_jwt_discovery_url": config.runtime_jwt_discovery_url,
1136+
"runtime_jwt_allowed_clients": config.runtime_jwt_allowed_clients,
11331137
"message": "Runtime update completed",
11341138
},
11351139
)

0 commit comments

Comments
 (0)