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
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