|
|
|
|
@ -38,8 +38,7 @@ begin;
|
|
|
|
|
for each row execute procedure delete_credential_vault_library_mapping_override_subtype();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Replaces view from 78/01_ssh_signed_certs_additional_valid_principals.up.sql
|
|
|
|
|
-- Replaced in 99/01_credential_vault_library_refactor.up.sql
|
|
|
|
|
-- Replaced in 101/02_credential_vault_password_library.up.sql
|
|
|
|
|
drop view credential_vault_library_issue_credentials;
|
|
|
|
|
create view credential_vault_library_issue_credentials as
|
|
|
|
|
with
|
|
|
|
|
@ -162,9 +161,7 @@ begin;
|
|
|
|
|
'This view should not be used to retrieve data which will be returned external to boundary.';
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Replaces view created in 49/01_vault_credentials.up.sql
|
|
|
|
|
-- Replaced in 99/01_credential_vault_library_refactor.up.sql where this
|
|
|
|
|
-- view's name changed to credential_vault_generic_library_list_lookup.
|
|
|
|
|
-- Replaced in 101/02_credential_vault_password_library.up.sql
|
|
|
|
|
drop view credential_vault_library_list_lookup;
|
|
|
|
|
create view credential_vault_library_list_lookup as
|
|
|
|
|
with
|
|
|
|
|
|