-
Notifications
You must be signed in to change notification settings - Fork 66
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
Federation domain issuer must be https url #2167
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pinniped-dev canceled.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2167 +/- ##
==========================================
- Coverage 31.97% 31.94% -0.03%
==========================================
Files 379 379
Lines 62113 62084 -29
==========================================
- Hits 19859 19834 -25
+ Misses 41724 41720 -4
Partials 530 530 ☔ View full report in Codecov by Sentry. |
594cb8f
to
c0c88e1
Compare
// Information needed to form a valid Pinniped-based kubeconfig using this credential issuer. | ||
// This field is deprecated and will be removed in a future version. | ||
// +optional | ||
KubeConfigInfo *CredentialIssuerKubeConfigInfo `json:"kubeConfigInfo,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How confident are you that nobody is using this field? It has been deprecated almost from the start, but did our known clients all stop using it?
Also, did you test what happens on an upgrade when this field disappears from the CRD?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By the way, I believe that this was first marked deprecated in v0.7.0.
Found by using git tag --contains 60f92d5fe2f7c5da632b1639e6fd699c0e22d122
.
Just pushed
|
Also fixes #468 |
d2b8101
to
d689abc
Compare
… for old K8s versions
d689abc
to
8eb093d
Compare
Wait on #2182 to rebase this PR, since CI failed due to a CI flake (https://ci.pinniped.dev/teams/main/pipelines/pull-requests/jobs/build-test-image/builds/200) |
Federation domain issuer must be https url