Skip to content

Commit c37839a

Browse files
feat: add security configuration guidance to AGENTS.md (#580)
Add paragraph to Security & Configuration Tips section explaining stackql's support for environment variables and command-line arguments for authentication secrets and configuration, emphasizing integration with standard deployment practices. Resolves #579 Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Benevolent General Kroll Who cannot spell <general-kroll-4-life@users.noreply.github.com>
1 parent 44ee824 commit c37839a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Please refer to [the developer guide](/docs/developer_guide.md), [the testing su
3939

4040
## Security & Configuration Tips
4141

42-
- WIP.
42+
StackQL supports flexible configuration management, including authentication secrets and connection parameters, through environment variables and command-line arguments. This design enables seamless integration with standard deployment mechanisms such as container orchestration platforms, CI/CD pipelines, and configuration management tools, allowing sensitive credentials to be managed securely through established DevOps practices rather than hard-coded in scripts or configuration files.
4343

4444
---
4545

0 commit comments

Comments
 (0)