mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
UI - control groups (#4947)
* add routes for control groups in tools, settings, access (#4718) * UI control group - storage, request, authorization, and unwrapping (#4899) * UI control groups config (#4927)
This commit is contained in:
@@ -28,6 +28,7 @@ Router.map(function() {
|
||||
this.route('index', { path: '/' });
|
||||
this.route('section', { path: '/:section_name' });
|
||||
});
|
||||
this.route('control-groups');
|
||||
});
|
||||
this.route('unseal');
|
||||
this.route('tools', function() {
|
||||
@@ -63,6 +64,8 @@ Router.map(function() {
|
||||
this.route('show', { path: '/:item_alias_id/:section' });
|
||||
});
|
||||
});
|
||||
this.route('control-groups');
|
||||
this.route('control-group-accessor', { path: '/control-groups/:accessor' });
|
||||
});
|
||||
this.route('secrets', function() {
|
||||
this.route('backends', { path: '/' });
|
||||
|
||||
Reference in New Issue
Block a user