mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 22:28:25 +00:00
Add --var-file-allowlist in server configuration (#2362)
This commit is contained in:
@@ -131,11 +131,12 @@ func TestExecute_Defaults(t *testing.T) {
|
||||
Ok(t, err)
|
||||
|
||||
strExceptions := map[string]string{
|
||||
GHUserFlag: "user",
|
||||
GHTokenFlag: "token",
|
||||
DataDirFlag: dataDir,
|
||||
AtlantisURLFlag: "http://" + hostname + ":4141",
|
||||
RepoAllowlistFlag: "*",
|
||||
GHUserFlag: "user",
|
||||
GHTokenFlag: "token",
|
||||
DataDirFlag: dataDir,
|
||||
AtlantisURLFlag: "http://" + hostname + ":4141",
|
||||
RepoAllowlistFlag: "*",
|
||||
VarFileAllowlistFlag: dataDir,
|
||||
}
|
||||
strIgnore := map[string]bool{
|
||||
"config": true,
|
||||
|
||||
Reference in New Issue
Block a user