James Munnelly and jetstack-bot
cd7fa1b43e
Make the Venafi Cloud URL field optional
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2020-02-06 15:48:28 +00:00
jetstack-bot and GitHub
fbab741817
Merge pull request #2513 from munnerz/add-v1alpha3
...
Create v1alpha3 API version
2020-01-20 16:37:31 +00:00
jetstack-bot and GitHub
eec3f3633c
Merge pull request #2506 from periklis/use-vault-modules
...
Use vault api and sdk modules instead of tagged repo
2020-01-20 15:55:31 +00:00
jetstack-bot and GitHub
b7e83b5382
Merge pull request #2508 from JoshVanL/cr-invalid-request
...
CertificateRequest InvalidRequest
2020-01-20 14:17:31 +00:00
Periklis Tsirakidis
a1f63b953d
Use vault api and sdk modules instead of tagged repo
...
Signed-off-by: Periklis Tsirakidis <periklis@nefeli.eu >
2020-01-20 12:27:09 +01:00
James Munnelly
0046036460
Add validation registration functions to API groups
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2020-01-20 10:05:54 +00:00
James Munnelly
ef72b0d866
Add validation registry package
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2020-01-20 10:05:54 +00:00
James Munnelly
511bddc953
Update apigroup validation to use internal types
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2020-01-20 10:05:54 +00:00
James Munnelly
50da07292a
Add GenericIssuer interface to internal API
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2020-01-20 10:05:54 +00:00
James Munnelly
7af9fb0006
Register new apiVersion with schemes
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2020-01-20 10:05:54 +00:00
James Munnelly
0f1d7cf755
Copy apis directories for v1alpha3
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2020-01-20 10:05:54 +00:00
JoshVanL
2f3fe4c3d7
Reduce comments by removing invalid data in CR implementations doing
...
better InvalidRequest checking
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2020-01-17 14:11:25 +00:00
Joshua Mathianas
05ff21250d
Updates plural names and destination attribute name to match source
...
Signed-off-by: Joshua Mathianas <mathianasj@gmail.com >
2020-01-16 10:30:20 -05:00
Joshua Mathianas
9ee6ea7b7d
Fixed a typo and ran generators
...
Signed-off-by: Joshua Mathianas <mathianasj@gmail.com >
2020-01-16 09:49:40 -05:00
Joshua Mathianas
b096e0f0af
Made requested changes from review
...
Signed-off-by: Joshua Mathianas <mathianasj@gmail.com >
2020-01-16 09:41:16 -05:00
Joshua Mathianas
e33e28c4fd
add backwards compatability for using existing common name or organization if x509name ones are not set
...
add ability to specify more subject attributes for csr
Signed-off-by: Joshua Mathianas <mathianasj@gmail.com >
2020-01-16 07:50:26 -05:00
JoshVanL
1c9557b729
Adds InvalidRequest condition set to CertificateRequest controllers
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2020-01-09 15:13:54 +00:00
JoshVanL
0c50cc166a
Adds InvalidRequest condition to CertificateRequest
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2020-01-09 15:12:55 +00:00
James Munnelly
d3b785c263
Bump generated files copyright header year
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2020-01-07 12:43:44 +00:00
James Munnelly
5c4e27830f
Use enum for HMAC algorithm field
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-12-11 12:28:49 +00:00
James Munnelly
3f212844a7
Fix apiext.JSON fuzzer
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-12-11 12:28:49 +00:00
James Munnelly
80bc253d74
acme: Add API fields for ExternalAccountBinding
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-12-11 10:37:16 +00:00
James Munnelly
bb117875d3
Validate that both APIKey and APIToken are not both specified
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-11-27 12:54:17 +00:00
Matevz Mihalic
b5972a379f
Add API token auth option to Cloudflare issuer
...
Signed-off-by: Matevz Mihalic <matevz.mihalic@gmail.com >
2019-11-18 17:51:43 +01:00
James Munnelly
1527c06e0f
Remove reference to metav1.ObjectMeta
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-11-15 12:26:11 +00:00
James Munnelly
c45aa852d0
Run fuzz tests for API schema generation
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-11-15 12:26:11 +00:00
James Munnelly
e8fbd37634
Mark 'csr' field as required in CertificateRequest
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-11-15 01:01:43 +00:00
JoshVanL
0e739bdde9
Mount path now hard codes /login endpoint in code
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-11-12 18:37:54 +00:00
JoshVanL
7ec3103eb4
Changes the vault issuer Kubernetes auth path to require the full path
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-11-11 12:49:02 +00:00
Harold Drost
62c4e0b6eb
serviceAccountSecretRef is not always required
...
The cert-manager code will use what it's called ambient permissions.
This worked for us until we moved from v0.8 to v0.11 though I've found
the issue present in v10 also.
Signed-off-by: Harold Drost <baelish@bluecell.net >
2019-11-05 15:57:58 +00:00
James Munnelly
ec8d6e12e4
Add validation to ensure Order & Challenge fields are immutable
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-10-17 16:54:15 +01:00
James Munnelly
e9796e79f2
Update generated files
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-10-15 12:40:17 +01:00
James Munnelly
a365d1c19d
Remove old comment
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-10-15 12:35:25 +01:00
James Munnelly
56b1fdd379
Make ACMEAuthorization.Wildcard a *bool
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-10-15 12:35:11 +01:00
dulltz
bd6248805a
Fix to handle error
...
Signed-off-by: dulltz <isrgnoe@gmail.com >
2019-10-09 18:13:42 +09:00
JoshVanL
9ba973abc8
Rephrase venafi error with no ObjectName
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-10-02 17:48:37 +01:00
JoshVanL
80236351f6
Set the venafi ObjectName with the CN->DNS->URI as precedence
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-10-02 17:48:37 +01:00
JoshVanL
334f90dfac
Adds uri_sans to vault parameters
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-10-02 17:48:37 +01:00
JoshVanL
13b0584838
Change behaviour to be more relaxed around common names
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-10-02 17:48:37 +01:00
JoshVanL
5cdad4eed3
Updates api types
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-10-02 17:48:37 +01:00
JoshVanL
832e20ae29
Adds URISANs field to Certificate
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-10-02 17:48:37 +01:00
JoshVanL
4eb6335c76
Support out of tree issuers in ingress-shim
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-09-27 13:54:39 +01:00
James Munnelly
f466aeea88
Fix govet warnings
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-09-27 12:07:08 +01:00
James Munnelly
4b1a4fece8
Fix update-codegen for go 1.13
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-09-26 17:26:43 +01:00
James Munnelly
973f4aa424
Update codebase for external dependencies
...
Signed-off-by: James Munnelly <james@munnelly.eu >
2019-09-26 12:52:43 +01:00
JoshVanL
e1875bc8c5
Updates apis to v1alpha2/meta
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-09-23 18:20:56 +01:00
JoshVanL
68f9546d05
Update generated
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-09-23 14:05:53 +01:00
JoshVanL
9ffaae5bfd
Adds review comments
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-09-23 14:01:19 +01:00
JoshVanL
f2f5fccb85
Addresses comments and makes vault auth pointers
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-09-23 13:54:48 +01:00
JoshVanL
452e42b1c7
Adds internal vault issuer Kubernetes auth types
...
Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com >
2019-09-23 13:42:02 +01:00