You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello Team,
When i try to run the command, Get-AzSKAzureDevOpsSecurityStatus to ControlAttest , i am unable to do so. I see the attached error.
Steps to reproduce:
Open a new PS-Core session.
Install-Module AzSK.AzureDevOps -Scope CurrentUser -AllowClobber
Get-AzSKAzureDevOpsSecurityStatus -OrganizationName 'eviCoreDev' -ControlsToAttest NotAttested -ResourceTypeName Organization
and this didnt work either. I get the below error.
When i run the GET command, it pops up a browser window to let me login with the AzureDevops username and password. Then the PS session resumes execution, and then i see this error. Btw, I am the Project admin and Org admin.
BUt not sure what this means from your doc:
Permissions required for attesting controls:
Attestation is currently supported only for organization and project controls with admin privileges on organization and project, respectively.
Can someone plz help me out. TY
The text was updated successfully, but these errors were encountered:
Please ensure you are using the latest version of AzSK.AzureDevOps (v.0.9.12). Also please ensure you are explicitly importing the module in the session. See the example below:
In order to attest organization/project control - you need to be Project Collection Administrator and Project Admin respectively. Attestation for org/project controls is not allowed using PAT.
Also, whenever you want to attest organization/project control - ensure you are using your login credentials to authenticate. If PAT is already used in the session before attestation workflow begins, please attest the control in a new session.
Hello Team,
When i try to run the command, Get-AzSKAzureDevOpsSecurityStatus to ControlAttest , i am unable to do so. I see the attached error.
Steps to reproduce:
Open a new PS-Core session.
Install-Module AzSK.AzureDevOps -Scope CurrentUser -AllowClobber
Get-AzSKAzureDevOpsSecurityStatus -OrganizationName 'eviCoreDev' -ControlsToAttest NotAttested -ResourceTypeName Organization
Error: As attached.
And i even tried using PAT
Get-AzSKAzureDevOpsSecurityStatus -OrganizationName 'eviCoreDev' -ControlsToAttest NotAttested -ResourceTypeName Organization
-PATToken $Secure_PAT
and this didnt work either. I get the below error.
When i run the GET command, it pops up a browser window to let me login with the AzureDevops username and password. Then the PS session resumes execution, and then i see this error. Btw, I am the Project admin and Org admin.
BUt not sure what this means from your doc:
Permissions required for attesting controls:
Attestation is currently supported only for organization and project controls with admin privileges on organization and project, respectively.
Can someone plz help me out. TY
The text was updated successfully, but these errors were encountered: