Chelsea Shaw
|
2273c7bc96
|
UI: PKI Generate Root Form (#18712)
|
2023-01-18 12:20:44 -06:00 |
|
claire bontempo
|
176e39e877
|
ui: generate pki key (#18268)
* create generate key form
* disable key bits unless key type selected
* add create method to adapter, update serializer to remove type
* refactor key parameters component
* convert to typescript
* refactor routes to add controller breadcrumbs
* remove unnecessary attr
* revert typescript changes
* add validations to key type
* fix tests
* cleanup breadcrumbs
* update tests, change all bit types to strings
* add form test
|
2022-12-08 14:22:33 -08:00 |
|
claire bontempo
|
4690c541a7
|
UI: refactor pki role form to reuse PkiKeyParameters component (#18069)
* abstract pki-key-parameters from pki-role-form
* finish refactor, update tests
|
2022-11-21 14:58:34 -08:00 |
|
claire bontempo
|
96e66721e2
|
UI: Pki engine (redesign) routing changes (#17997)
* reroute pki config routes
* issuers routes
* refactor role routes
* add issuer/generate- routes
* update key routes
* refactor cert routes;
* template cleanup, update routes
* update component names with pki-
* update components in test files
|
2022-11-17 16:50:58 -08:00 |
|
claire bontempo
|
8c122a3197
|
UI: Remove prepended pki- to new engine files (#17875)
* append -old to non-engine pki models
* revert old file name
* remove -engine from all pki component, model, adapter and serializer files
* add md file explaining pki naming
|
2022-11-10 13:27:19 -08:00 |
|
Angel Garbarino
|
c5b7047f34
|
PKI role create: fix issue with setting default key_bits on init and when key_type changes (#17613)
* working
* fix issue with signature bits
* fix ember upgrade change
* clean up
* fix signature bits to number
* default value in model
* fix language
|
2022-10-19 15:28:43 -06:00 |
|