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

Use tls for nginx connection implementation #120

Merged
merged 14 commits into from
Nov 27, 2023

Commits on Nov 27, 2023

  1. Add documentation for TLS configuration of NLK- better titles

    - tweaks
    - Add Under Development notice
    - prefer References section over inline links to external documentation
    - address PR feedback
    
    - correct use of [!WARNING]
    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    5e1669d View commit details
    Browse the repository at this point in the history
  2. - mode to tlsMode

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    44ab150 View commit details
    Browse the repository at this point in the history
  3. Bump github/codeql-action from 2.21.4 to 2.21.5

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.21.4 to 2.21.5.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@a09933a...00e563e)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a39a904 View commit details
    Browse the repository at this point in the history
  4. Bump sigstore/cosign-installer from 3.1.1 to 3.1.2

    Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/sigstore/cosign-installer/releases)
    - [Commits](sigstore/cosign-installer@6e04d22...11086d2)
    
    ---
    updated-dependencies:
    - dependency-name: sigstore/cosign-installer
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2e1a8c4 View commit details
    Browse the repository at this point in the history
  5. - renames for consistency

    - Checkpoint
    - DEMO
    - DEMO
    - Implements Certificates
    - Certificates fleshed out and tests underway
    - Refactoring of authorization tests required due to changes in the shape of the Certificates module.
    - FRT (Fix Red Tests)
    - minor cleanup
    - Base implementation of Certificate and informer
    - authentication factory implemented
    - rename, and doc start
    - CHECKPOINT: File creation
    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    1c31884 View commit details
    Browse the repository at this point in the history
  6. - Putting the cherry on top

    - Putting a bow on it
    - Final corrections and enhancements
    - Let the configuration settings determine log level
    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    05dd66b View commit details
    Browse the repository at this point in the history
  7. - Bug fix

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    bda3429 View commit details
    Browse the repository at this point in the history
  8. - remove dead code

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    641f0f6 View commit details
    Browse the repository at this point in the history
  9. Do not need an error here.

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9eb4e84 View commit details
    Browse the repository at this point in the history
  10. Stop leaking certificates!!

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6d7b421 View commit details
    Browse the repository at this point in the history
  11. Remove dead comment

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ad45897 View commit details
    Browse the repository at this point in the history
  12. - update test for new code

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    183421d View commit details
    Browse the repository at this point in the history
  13. - update test for new code

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    29148b2 View commit details
    Browse the repository at this point in the history
  14. Tidy go.mod

    ciroque committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    6ccc4f7 View commit details
    Browse the repository at this point in the history