I am testing in Azure Devops(ADO), where our Agent are running in AWS(Self hosted Ec2 instance). We have to keep the keys in Azure Key vault. So we use Service Principle ID to access the Azure Key vault.
Tasks:
Docker hub login (As our images are in Docker hub for testing)
Cosign Installation in agent(AWS Selfa hosted Ec2 instance)
AzureCli - To login & to access Azure key vault ( we use Service Principle ID to connect)
I am testing in Azure Devops(ADO), where our Agent are running in AWS(Self hosted Ec2 instance). We have to keep the keys in Azure Key vault. So we use Service Principle ID to access the Azure Key vault. Tasks:
Verify the image using the generated Key which is stored in AKV
But I am getting a below error