@import com.gu.googleauth.UserIdentity @import com.gu.janus.model.{AwsAccount, JanusData} @import software.amazon.awssdk.services.sts.model.Credentials @import java.time.Instant @import play.api.Mode @(expiry: Instant, accountsCredentials: List[(AwsAccount, Credentials)], user: UserIdentity, janusData: JanusData)(implicit mode: Mode, assetsFinder: AssetsFinder) @import logic.Date @main("Temporary credentials", Some(user), janusData) {
These credentials will expire in @Date.formatInterval(expiry), at @Date.formatTime(expiry).
These credentials grant access on your behalf. Treat them as you would your password.
To customise profile names or export credentials directly, request accounts separately.
These credentials grant access on your behalf. Treat them as you would your password.