Index: environs/config.go |
=== modified file 'environs/config.go' |
--- environs/config.go 2012-08-30 13:36:30 +0000 |
+++ environs/config.go 2012-10-04 14:48:17 +0000 |
@@ -154,6 +154,8 @@ |
for k, _ := range secrets { |
delete(m, k) |
} |
+ // We never want to push admin-secret to the cloud. |
+ delete(m, "admin-secret") |
m["agent-version"] = tools.Number.String() |
return config.New(m) |
} |