-
Notifications
You must be signed in to change notification settings - Fork 8
ejbca-cert-manager-issuer 2.2.0 - CA ConfigMap Bundle + End Date Usage #130
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
95cc375
Merge pull request #102 from Keyfactor/release-2.1
spbsoluble 66479df
Merge pull request #104 from Keyfactor/release-2.1
spbsoluble cc1b823
cabundle configmap option impelmented, and update to go 1.25
HoogWater 8fb5583
Update the docs to reflect configmap option
HoogWater d6241a8
Update README to include configmap option
HoogWater 3260740
cabundle configmap option impelmented, and update to go 1.25
HoogWater 1e38f36
Update the docs to reflect configmap option
HoogWater fde4819
Update README to include configmap option
HoogWater 12f17a2
Merge branch 'cabundle_in_configmap' of https://github.com/HoogWater/…
HoogWater ae56ab8
fix duplicate go line in go.mod
HoogWater 4d1a907
feat: pass spec.duration to EJBCA as end_time (fixes #128)
JohnAuth 7e5cd20
chore: update e2e test documentation, support dynamic variable resolu…
irby 9bf964a
Merge pull request #129 from John-D-B/feat/issue-128-duration-passthr…
irby a63f7f8
chore(test): add unit test for end_time logic
irby ab3272a
chore(deps): bump k8s.io/apimachinery from 0.34.1 to 0.35.1
dependabot[bot] 7890b76
chore: bump Docker golang version to 1.25
irby ce7b3aa
chore(deps): bump github.com/onsi/gomega from 1.36.1 to 1.39.1
dependabot[bot] 649712c
chore(deps): bump k8s.io/api from 0.34.1 to 0.35.1
dependabot[bot] f864757
chore: address linting issues
irby 3872a57
fix: use v7 go-lint-action
irby d4301ef
Merge remote-tracking branch 'hoogwater/cabundle_in_configmap' into f…
irby 89fd252
chore: fix lint issue
irby c2c9ed0
chore: address PR comments
irby 256802b
chore: fix lint issues. Update Makefile commands
irby 0e0caef
chore: check for CRD drift
irby 1a0ff85
feat: add caBundleKey to issuer specification
irby 548959f
chore: break the ca bundle and auth options retrieval into testable m…
irby 2f9098c
feat: add logic to fetch caConfig from specified key
irby d5dc9ee
chore: update overview.md with updated links and information about ne…
irby 4caf78f
fix: update CONTROLLER_TOOLS_VERSION
irby 86eb6a3
Merge branch 'release-2.2' into feat/AB#77467/ca-bundle-configmap
irby 4b55903
chore: update CHANGELOG and docs
irby 126457d
fix: use CA trust bundle when connecting to OAuth
irby 540bfbb
Update generated docs
11bce86
chore: use ejbca-go-client-sdk v1.1.0
irby c698b67
chore: update go.sum
irby File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,31 +1,47 @@ | ||
| run: | ||
| # timeout for analysis, e.g. 30s, 5m, default is 1m | ||
| timeout: 12m | ||
|
|
||
| issues: | ||
| exclude-dirs: | ||
| - testdata$ | ||
| - test/mock | ||
| exclude-files: | ||
| - ".*\\.pb\\.go" | ||
|
|
||
| version: "2" | ||
| linters: | ||
| enable: | ||
| - bodyclose | ||
| - durationcheck | ||
| - errorlint | ||
| - goimports | ||
| - revive | ||
| - gocritic | ||
| - gosec | ||
| - misspell | ||
| - nakedret | ||
| - nolintlint | ||
| - revive | ||
| - unconvert | ||
| - unparam | ||
| - whitespace | ||
| - gocritic | ||
| - nolintlint | ||
|
|
||
| linters-settings: | ||
| revive: | ||
| # minimal confidence for issues, default is 0.8 | ||
| confidence: 0.0 | ||
| settings: | ||
| revive: | ||
| confidence: 0 | ||
| rules: | ||
| - name: var-naming | ||
| disabled: true | ||
| exclusions: | ||
| generated: lax | ||
| presets: | ||
| - comments | ||
| - common-false-positives | ||
| - legacy | ||
| - std-error-handling | ||
| paths: | ||
| - .*\.pb\.go | ||
| - testdata$ | ||
| - test/mock | ||
| - third_party$ | ||
| - builtin$ | ||
| - examples$ | ||
| formatters: | ||
| enable: | ||
| - goimports | ||
| exclusions: | ||
| generated: lax | ||
| paths: | ||
| - .*\.pb\.go | ||
| - testdata$ | ||
| - test/mock | ||
| - third_party$ | ||
| - builtin$ | ||
| - examples$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.