diff --git a/lib/auth/machineid/machineidv1/bot_service.go b/lib/auth/machineid/machineidv1/bot_service.go index a2088135d8e8f..9fc8508a7e646 100644 --- a/lib/auth/machineid/machineidv1/bot_service.go +++ b/lib/auth/machineid/machineidv1/bot_service.go @@ -59,6 +59,7 @@ var SupportedJoinMethods = []types.JoinMethod{ types.JoinMethodTPM, types.JoinMethodTerraformCloud, types.JoinMethodBitbucket, + types.JoinMethodOracle, types.JoinMethodBoundKeypair, } diff --git a/lib/tbot/bot/onboarding/config.go b/lib/tbot/bot/onboarding/config.go index 9b165787f96d0..23ccb49acf1df 100644 --- a/lib/tbot/bot/onboarding/config.go +++ b/lib/tbot/bot/onboarding/config.go @@ -41,6 +41,7 @@ var SupportedJoinMethods = []string{ string(types.JoinMethodToken), string(types.JoinMethodTPM), string(types.JoinMethodTerraformCloud), + string(types.JoinMethodOracle), string(types.JoinMethodBoundKeypair), }