We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31dfaa commit e0b76f1Copy full SHA for e0b76f1
feature/flags.go
@@ -61,3 +61,7 @@ const MongoDbSSTXN = "mongodb-sstxn"
61
// MultiCloud tells Juju to allow a different IAAS cloud to the one the controller
62
// was bootstrapped on to be added to the controller.
63
const MultiCloud = "multi-cloud"
64
+
65
+// TrustedBundles prevents juju CLI from deploying bundles that request access
66
+// to cloud credentials unless the operator explicitly trusts them.
67
+const TrustedBundles = "trusted-bundles"
0 commit comments