Joshua Ogle
fd7891427d
Style popup alerts
2018-11-02 09:37:31 -06:00
Joshua Ogle
23e004299e
Style Alert Banners
2018-11-02 09:22:22 -06:00
Chris Hoffman
df397e902d
removing no longer valid features ( #5656 )
2018-11-01 09:17:47 -04:00
madalynrose
b44e88fa99
fix bug where json editing doesn't save properly for secrets ( #5660 )
2018-10-31 18:37:23 -04:00
madalynrose
69c9cfad1a
mask init keys ( #5657 )
2018-10-31 17:41:21 -04:00
madalynrose
fcaa9248d1
add copy button to kv secrets masked input ( #5627 )
2018-10-31 13:13:57 -04:00
madalynrose
e93011d908
update capabilities logic for sudo prefixes ( #5647 )
...
update capabilities logic to determine need for sudo based on sudo prefix paths
2018-10-31 11:24:36 -04:00
Noelle Daley
c10291c17d
enable gcpkms
2018-10-30 13:35:32 -07:00
Noelle Daley
5099cef383
enable alicloud in the ui
2018-10-30 13:25:59 -07:00
Matthew Irish
966c7dbf02
UI - New navbar and mount icons everywhere ( #778 )
...
New look for the navbar and new functionality on mobile. Also includes new look for the mounts list and headers in secret engines.
2018-10-21 14:19:34 -05:00
Matthew Irish
6e0a43ae95
UI - kv v2 versions page ( #5563 )
...
* add versions routes
* move commands and permissions check to stand-alone menu component
* add versions template
* make list-item component more flexible and use hasMenu to optionally render the menu
* move current check next to the version
* fix linting
* remove is-wide from secret list popup
2018-10-19 17:24:57 -05:00
madalynrose
755c825d76
add masked input to sensitive parts of credentials ( #5551 )
2018-10-19 15:16:43 -04:00
Matthew Irish
4eed72ea95
isPending not isLoading
2018-10-18 15:11:26 -05:00
Matthew Irish
8f43c5ecb7
more 'not allowed' messaging
2018-10-18 14:55:52 -05:00
Matthew Irish
ba33c04cc9
check capabilities for version actions
2018-10-18 14:55:52 -05:00
Matthew Irish
08ef32d332
also send reload in case we're on the root already
2018-10-18 14:55:51 -05:00
Matthew Irish
0754662226
redirect to list-root after deleting a secret from the list page
2018-10-18 14:55:51 -05:00
Matthew Irish
ad2e40212b
add necessary computed macros and template for contextual menus for v1 and v2 secrets
2018-10-18 14:55:51 -05:00
Matthew Irish
cf93d6a5ef
use backend / secretId in models created on list responses for secrets v1 and v2
2018-10-18 14:55:51 -05:00
Matthew Irish
33c8e72beb
use maybeQueryRecord in lazyCapabilities macro and only continue if passed attributes are non-null
2018-10-18 14:55:51 -05:00
Matthew Irish
e5a70cb9db
add warning if you're creating a new version with old versions data
2018-10-18 14:55:51 -05:00
Matthew Irish
50f9687424
fix tests
2018-10-18 14:55:51 -05:00
Matthew Irish
c9a03c18c7
special case backend attr on the secret v1 model
2018-10-18 14:55:50 -05:00
Matthew Irish
eb720e4480
move key mixin to the mixin dir and update imports - also use it in secret-v2 model
2018-10-18 14:55:50 -05:00
Matthew Irish
1011dc81a5
fix metadata save on creation and use autocomplete=off for inputs
2018-10-18 14:55:50 -05:00
Matthew Irish
23fd710d4b
add in secret metadata form for create
2018-10-18 14:55:50 -05:00
Matthew Irish
c89e9d3368
add secret metadata editing and fix v1 links
2018-10-18 14:55:50 -05:00
Matthew Irish
0aa521a329
use cas when saving secret version
2018-10-18 14:55:50 -05:00
Matthew Irish
2b1e6e9451
use model dirty tracking to track changes
2018-10-18 14:55:49 -05:00
Matthew Irish
46b5b99f5f
create version from old versions uses that data in the edit page
2018-10-18 14:55:49 -05:00
Matthew Irish
51af5d2e1c
fix styling and only focus input type=text
2018-10-18 14:55:49 -05:00
Matthew Irish
a2b5442e92
load and view different secret versions
2018-10-18 14:55:49 -05:00
Matthew Irish
071705c016
fix error with namespaces by reloading, new switch styles
2018-10-18 14:55:49 -05:00
Matthew Irish
273d9df180
fix padding on masked-input and web cli
2018-10-18 14:55:49 -05:00
Matthew Irish
35c79b4dd2
make delete, destory, undelete work via the ui
2018-10-18 14:55:48 -05:00
Matthew Irish
9049898b4c
extract list-header css component to match header from namespace-picker
2018-10-18 14:55:48 -05:00
Matthew Irish
439287b88f
add block-error and block-empty components to centralize some bulma markup
2018-10-18 14:55:48 -05:00
Matthew Irish
7e1268e3ef
add new icon
2018-10-18 14:55:48 -05:00
Matthew Irish
4893ed3ff3
use new local capabilities, move secret-edit-display partial to a component
2018-10-18 14:54:36 -05:00
Matthew Irish
dbb65620f3
move capabilities into the secret-edit component
2018-10-18 14:54:36 -05:00
Matthew Irish
a7fb03a7e1
blue toggle switch
2018-10-18 14:54:35 -05:00
Matthew Irish
a90244e699
less get in secret-edit
2018-10-18 14:54:35 -05:00
Matthew Irish
21c831d252
fix linting
2018-10-18 14:54:35 -05:00
Matthew Irish
56d2852acf
adjust secret-edit component and associated templates to work for v1 and v2
2018-10-18 14:54:35 -05:00
Matthew Irish
46773189d5
move secret creation to always be at the root level, and simplify model creation so we're always directly manipulating a model
2018-10-18 14:54:35 -05:00
Matthew Irish
b74ed60497
finish v2 model layer and add some unit tests for adapters
2018-10-18 14:54:34 -05:00
Matthew Irish
b2e24ce2b1
fix navigate component
2018-10-18 14:54:34 -05:00
Matthew Irish
30eb00a29b
move to es5 getter usage for csp service
2018-10-18 14:54:34 -05:00
Matthew Irish
80b5009a73
get rid of v2 incomplete warning
2018-10-18 14:54:34 -05:00
Matthew Irish
a8302b47e0
new model things for secret-v2 and secret-v2 versions: get list, queryRecord, and version find working
2018-10-18 14:54:33 -05:00