Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-34373: routes/custom-host permission update for externalCertificate #1754

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jul 5, 2024

  1. OCPBUGS-34373: route/custom-host permission update for externalCertif…

    …icate
    
    * “create” is required to set spec.tls.externalCertificate on route creation
    
    * either “create” or “update”  is required to update spec.tls.externalCertificate
    * Note: since the state of the external secret cannot be verified,
      even keeping the secret name unchanged, requires permission check.
    
    * NO PERMISSION is required to remove spec.tls.externalCertificate
    
    Signed-off-by: chiragkyal <ckyal@redhat.com>
    chiragkyal committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fcdff58 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. update comments

    Signed-off-by: chiragkyal <ckyal@redhat.com>
    chiragkyal committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    de58856 View commit details
    Browse the repository at this point in the history