@import com.gu.janus.model.{AwsAccount, JanusData} @import com.gu.googleauth.UserIdentity @import play.api.Mode @(accounts: List[AwsAccount], user: UserIdentity, janusData: JanusData)(implicit req: RequestHeader, mode: Mode, assetsFinder: AssetsFinder) @main("Revoke", Some(user), janusData) {

Revoke AWS account access

warning Use this feature if Janus credentials have been compromised

Select the account with compromised credentials. You will then be prompted for confirmation.

@for(account <- accounts.sortBy(_.name)){ @account.name }

If you'd like to reset an AWS account that has already been disabled, consult the instructions.

}