Skip to content

Conversation

gertd
Copy link
Member

@gertd gertd commented Apr 16, 2025

Fix authorizer edge plugin

  • Add support to configure:
    • NoTLS
    • NoProxy
    • Headers
    • Certs
  • Update the config JSON schema file to include new fields.

Full edge configuration section now looks like this:

      aserto_edge:
        enabled: true
        addr: localhost:9999
        apikey: ""
        tenant_id: ""
        insecure: false
        no_tls: true
        no_proxy: false
        sync_interval: 5
        timeout: 5
        client_cert_path: ""
        client_key_path: ""
        ca_cert_path: ""

@gertd gertd requested a review from ronenh April 16, 2025 14:56
@coveralls
Copy link

Pull Request Test Coverage Report for Build 14495851550

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 14403565846: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@gertd gertd merged commit 51cd8cb into main Apr 16, 2025
5 checks passed
@gertd gertd deleted the fix-edge-plugin branch April 16, 2025 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants