<?xml version="1.0"?>
<!--
/**
 * Copyright 2024 Adobe
 * All Rights Reserved.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="\Magento\EncryptionKey\Setup\Patch\Data\SodiumChachaPatch">
        <arguments>
            <argument name="structure" xsi:type="object">Magento\Config\Model\Config\Structure\Proxy</argument>
        </arguments>
    </type>
    <type name="Magento\Framework\Console\CommandList">
        <arguments>
            <argument name="commands" xsi:type="array">
                <item name="encryption_update_key_command" xsi:type="object">Magento\EncryptionKey\Console\Command\UpdateEncryptionKeyCommand</item>
                <item name="encryption_data_re-encrypt_command" xsi:type="object">Magento\EncryptionKey\Console\Command\ReEncryptDataCommand</item>
                <item name="encryption_data_list-re-encryptors_command" xsi:type="object">Magento\EncryptionKey\Console\Command\ListReEncryptorsCommand</item>
            </argument>
        </arguments>
    </type>
</config>
