Skip to content

Commit e0b76f1

Browse files
committed
Add feature flag for enabling support for trusted bundle deployments
1 parent d31dfaa commit e0b76f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

feature/flags.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,7 @@ const MongoDbSSTXN = "mongodb-sstxn"
6161
// MultiCloud tells Juju to allow a different IAAS cloud to the one the controller
6262
// was bootstrapped on to be added to the controller.
6363
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

Comments
 (0)