Skip to content

Conversation

@devyubin
Copy link
Contributor

resolves #NNN (BA-MMM)

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:
    • Fixtures for db schema changes
    • New mandatory config options
  • Update of end-to-end CLI integration tests in ai.backend.test
  • API server-client counterparts (e.g., manager API -> client SDK)
  • Test case(s) to:
    • Demonstrate the difference of before/after
    • Demonstrate the flow of abstract/conceptual models with a concrete implementation
  • Documentation
    • Contents in the docs directory
    • docstrings in public interfaces and type annotations

@github-actions github-actions bot added the size:L 100~500 LoC label Oct 31, 2025
dsn = (
f"postgresql+asyncpg://appproxy:develove@"
f"{halfstack.postgres_addr.face.host}:{halfstack.postgres_addr.face.port}/appproxy"
)

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
database="backend",
)
await core_conn.execute(
"""

Check warning

Code scanning / devskim

An HTTP-based URL without TLS was detected. Warning

Insecure URL
# TODO: multi-node setup
public_facing_address = self.install_variable.public_facing_address
if public_facing_address in ("127.0.0.1", "0.0.0.0"):
if public_facing_address in ("127.0.0.1", "localhost"):

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
# TODO: multi-node setup
public_facing_address = self.install_variable.public_facing_address
if public_facing_address in ("127.0.0.1", "0.0.0.0"):
if public_facing_address in ("127.0.0.1", "localhost"):

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note

Do not leave debug code in production
@HyeockJinKim HyeockJinKim force-pushed the main branch 4 times, most recently from 1a10632 to 2d8c9ea Compare November 23, 2025 14:45
self.log.write("install rover cli ..")
await self.install_rover_cli()

# TODO: 설치할 때 routing url이 달라질수 있으니 인스톨러에서 flag로 세팅하여 routing_url 수정하도록 변경필요

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
cert_path = ssl_dir / "manager-api-selfsigned.cert.pem"
key_path = ssl_dir / "manager-api-selfsigned.key.pem"

# TODO: If the user disables SSL in the configuration, skip creating the PEM files.

Check notice

Code scanning / devskim

A "TODO" or similar was left in source code, possibly indicating incomplete functionality Note

Suspicious comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L 100~500 LoC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants