Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1569749

Browse files
committed
fix: ignore keys indeployment_test.go
1 parent3f10ab6 commit1569749

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎codersdk/deployment_test.go‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,20 @@ func TestDeploymentValues_HighlyConfigurable(t *testing.T) {
8484
"Notifications: Email Auth: Password": {
8585
yaml:true,
8686
},
87+
// We don't want these to be configurable via YAML because they are secrets.
88+
// However, we do want to allow them to be shown in documentation.
89+
"AI Bridge OpenAI Key": {
90+
yaml:true,
91+
},
92+
"AI Bridge Anthropic Key": {
93+
yaml:true,
94+
},
95+
"AI Bridge Bedrock Access Key": {
96+
yaml:true,
97+
},
98+
"AI Bridge Bedrock Access Key Secret": {
99+
yaml:true,
100+
},
87101
}
88102

89103
set:= (&codersdk.DeploymentValues{}).Options()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp