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: HTTP basic authentication secrets for network plugin #367

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

TylerGillson
Copy link
Member

@TylerGillson TylerGillson commented Aug 5, 2024

Issue

N/A

Description

Add support for creating basic authentication secrets for the network plugin.

CA certificate secrets aren't required as they're either provided inline in the network rule spec or via a secret reference. In validatorctl we provide the certs inline in the spec, so we don't require a facility for creating the secrets via Helm.

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
@TylerGillson TylerGillson requested a review from a team as a code owner August 5, 2024 16:24
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. new-feature Net-new feature labels Aug 5, 2024
Copy link

codecov bot commented Aug 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

@@            Coverage Diff             @@
##             main     #367      +/-   ##
==========================================
+ Coverage   53.85%   54.21%   +0.35%     
==========================================
  Files          21       21              
  Lines        1127     1127              
==========================================
+ Hits          607      611       +4     
+ Misses        451      448       -3     
+ Partials       69       68       -1     

see 1 file with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 056ee62...ead69fc. Read the comment docs.

Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
@TylerGillson TylerGillson removed the request for review from arturshadnik August 5, 2024 18:37
@TylerGillson TylerGillson changed the title feat: auth & caCert secrets for network plugin feat: HTTP basic authentication secrets for network plugin Aug 5, 2024
@TylerGillson TylerGillson merged commit 128041b into main Aug 5, 2024
8 checks passed
@TylerGillson TylerGillson deleted the feat/network-plugin-auth branch August 5, 2024 20:37
TylerGillson added a commit that referenced this pull request Aug 5, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.1.1](v0.1.0...v0.1.1)
(2024-08-05)


### Features

* add values for maas plugin
([#364](#364))
([7c09687](7c09687))
* HTTP basic authentication secrets for network plugin
([#367](#367))
([128041b](128041b))


### Dependency Updates

* **deps:** update module github.com/onsi/gomega to v1.34.1
([#344](#344))
([5144078](5144078))


### Refactoring

* expose sinks pkg for direct rule evaluation; add ValidationResult
creation & finalization helpers
([#366](#366))
([056ee62](056ee62))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Net-new feature size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant