Binary authorisation enforced in cloud run job

Hello Everyone ,

I have implemented cloud run job and create rules in binary authorisation to pull specific image from artifact registry.

it is working until someone not edit the cloud run job , if someone click on edit button for cloud run job it automatically override binary authorisation policy disable , is there anyway to enforce binary authorisation policy in cloud run job ? So any edit or changes in cloud run job not automatically disable binary authorisation.

thanks in advance

1 2 121
2 REPLIES 2

Hi @FalconSid,

How have you implemented binary authorization in your Cloud Run setup?

It's possible that you've implemented it at the folder or project level rather than at the organizational level. Please review this document, Set the organization policy, and then let me know if the problem persists.

I hope this helps. Thank you. 

 

I asked our cloud team to update it at Folder level , still when I update my cloud run job , it got disable automatically.