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

Istio external authorizer available not only for IstioOperator #192

Merged
merged 10 commits into from
Jul 5, 2023

Commits on Jun 22, 2023

  1. [istio] Updating registerIstioExternalAuthorizer

    * Reconciles also the Istio ConfigMap with the external authorizers
    * If the IstioOperator CR returns an error, it continues reconciling CM
    didierofrivia committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    342f7cc View commit details
    Browse the repository at this point in the history
  2. [istio] Updating the unregisterExternalAuthorizerIstio

    * With the new functionality
    didierofrivia committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    69b1392 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca852c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b702ff9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3294708 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7d3a9e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6931dd View commit details
    Browse the repository at this point in the history
  8. [controller] Fixing registering logic

    * Still relying on the istio CRD being installed. If not, means no istio
    * If it's 404, means it's installed other way than it's operator
    * If any other error happens, istio is installed, but an error occurred
    didierofrivia committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ffd9d15 View commit details
    Browse the repository at this point in the history
  9. [controller] Refactoring istio installation process

    * Added ENV for CM name
    didierofrivia committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7194a06 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    8073436 View commit details
    Browse the repository at this point in the history