You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Ignasi Barrera (JIRA)" <ji...@apache.org> on 2018/01/08 08:08:00 UTC

[jira] [Resolved] (JCLOUDS-1362) Randomly generated node password can be invalid in Azure ARM

     [ https://issues.apache.org/jira/browse/JCLOUDS-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ignasi Barrera resolved JCLOUDS-1362.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.4
                   2.1.0

> Randomly generated node password can be invalid in Azure ARM
> ------------------------------------------------------------
>
>                 Key: JCLOUDS-1362
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1362
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>    Affects Versions: 2.0.3
>            Reporter: Ignasi Barrera
>              Labels: azurecompute-arm
>             Fix For: 2.1.0, 2.0.4
>
>
> When users don't specify a default password for nodes in Azure ARM, jclouds will generate a random one. That password generation, however, does not take into account Azure restrictions and can produce passwords that don't satisfy the complexity requirements.
> * The password must be between 6-72 characters long.
> * Must contain an uppercase character.
> * Must contain a lowercase character.
> * Must contain a numeric digit.
> * Must contain a special character. Control characters are not allowed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)