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

feat: Extended Root CA for upstream connections (#181) #706

Closed
wants to merge 12 commits into from

Commits on Apr 25, 2021

  1. feat: Extended Root CA for upstream connections (ory#181)

    This allows for appending a certificate file to the Root CA without altering the system Root CA. This is useful for allowing self-signed certificates on the upstream connections
    wraix committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    59f523f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Adds support for appending certificates to the Root CA

    This adds support for appending certificates to the Root CA of the proxy process on upstreams. This does not alter the entire system.
    wraix committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    c70dd77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b78213d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f126ca0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Remove unused code

    wraix committed May 3, 2021
    Configuration menu
    Copy the full SHA
    a71fa5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938b047 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix_issue_118_trust_selfsigend_certs' of github.com:wra…

    …ix/oathkeeper into fix_issue_118_trust_selfsigend_certs
    wraix committed May 3, 2021
    Configuration menu
    Copy the full SHA
    146b626 View commit details
    Browse the repository at this point in the history
  4. Removed unused code

    wraix committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b6e7c7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d089abc View commit details
    Browse the repository at this point in the history

Commits on May 29, 2021

  1. driver: Adds cacheing of Upstream Transport

    * Adds cacheing of UpstreamTransport to avoid excessive IO ops at scale
    * Adds configuration option `ca_refresh_frequency` for periodic checks of certificate file changes
    * Adds new Upstream Configuration section
    wraix committed May 29, 2021
    Configuration menu
    Copy the full SHA
    03d1723 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3bed41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abaafe9 View commit details
    Browse the repository at this point in the history