Questo contenuto non è disponibile nella lingua selezionata.
Chapter 7. Technology Preview features
Review newly identified and previously known Technology Preview features available in Red Hat Enterprise Linux 10.2.
For information about Red Hat scope of support for Technology Preview features, see Technology Preview Features Support Scope.
7.1. Installer and image creation Copia collegamentoCollegamento copiato negli appunti!
Review new Technology Preview features available for installer and image creation in Red Hat Enterprise Linux 10.2.
- A new
bootcKickstart command available as a Technology Preview The installer includes support for the new
bootcKickstart command as a Technology Preview. It enables the deployment of bootable containers. Although comparable to the existingostreecontainerKickstart command, this implementation relies on thebootcutility to manage both operating system content provisioning and boot loader setup. You can use the command in the following way:# bootc --source-imgref=<transport>:<registry>/<namespace>/<name>:<tag> --target-imgref=<registry>/<namespace>/<name>:<tag>NoteThe feature does not support complex partitioning schemes that span multiple storage devices or custom mount point configurations beyond standard layouts.
For more information, see Installing RHEL from a bootable container image by using the bootc Kickstart command.
Jira:RHEL-58215[1]
- Integrity Image Sealing is available as a Technology Preview
With this Technology Preview, you can cryptographically seal your boot container images by using your organization’s Secure Boot keys, ensuring complete operating system integrity from build through runtime. This is based on Unified Kernel Images that embed a digest of the target container root filesystem, alongside a bootloader (such as
systemd-boot) also signed with your key.As a result, you can achieve higher security than current solutions and meet compliance requirements for tamper-proof systems, ensuring the integrity of the executed code from hardware to the operating system. The container image includes a Unified Kernel Image and covers the integrity of the boot process, path, and host operating system. For more information, see Building sealed images.
Jira:RHELDOCS-20426[1]
7.2. File systems and storage Copia collegamentoCollegamento copiato negli appunti!
Review new Technology Preview features available for file systems and storage in Red Hat Enterprise Linux 10.2.
- TLS support for NVMe-TCP as a Technology Preview in NVMe/TLS
NVMe/TLS, available as a Technology Preview, complies with standard TLS key derivation specifications. This update introduces a breaking change to TLS Pre-Shared Key (PSK) import functionality. This change affects the
gen-tls-keyandcheck-tls-keycommands fornvme-cliversions earlier than 2.16 andlibnvmeversions earlier than 1.16.If NVMe/TLS connections to a storage target fail after an upgrade, perform one of the following actions:
-
Use the
--compatflag withnvme-cliwhen you import TLS PSKs to maintain operations with existing out-of-spec implementations. -
If connections still fail when you use the
--compatflag after a storage target upgrade, you must re-provision the TLS PSKs to match the vendor’s updated implementation.
-
Use the
7.3. Identity Management Copia collegamentoCollegamento copiato negli appunti!
Review new Technology Preview features available for Identity Management (IdM) in Red Hat Enterprise Linux 10.2.
- Passwordless authentication mechanisms are available in GDM (Technology Preview)
Identity Management (IdM) administrators can configure the GNOME Display Manager (GDM) login screen to display multiple authentication mechanisms. In addition to existing smart card authentication, administrators can enable new passwordless methods, such as external identity providers (EIdP) and FIDO2-compatible passkeys. Enable the
with-switchable-authfeature inauthselectand configure the System Security Services Daemon (SSSD) to allow users to choose their preferred credential directly at login.Passwordless authentication aligns with zero trust architecture by replacing static passwords with cryptographic proof that verifies both user identity and device integrity for each access request. For detailed configuration instructions and a list of current limitations, see Enabling authentication mechanism selection in GDM using SSSD.
Jira:RHEL-11913[1]
- The IdM Modern Web UI is available (Technology Preview)
With this update, Identity Management (IdM) provides the Modern Web UI as a Technology Preview. This new interface features updated design and is available at the
/ipa/modern-uiendpoint. You can access the new interface through a link on the IdM Web UI login screen.As a Technology Preview, the Modern Web UI is under active development and intended for experimentation in non-production environments. Provide feedback at the FreeIPA Web UI community project to help improve the interface.
7.4. SSSD Copia collegamentoCollegamento copiato negli appunti!
Review new Technology Preview features available for SSSD in Red Hat Enterprise Linux 10.2.
- SSSD supports generic Identity Provider integration (Technology Preview)
SSSD provides a generic identity provider (IdP), initially supporting Keycloak and Entra ID. You can configure SSSD to read users and groups directly from these IdPs and authenticate users by using the OAuth 2.0 Device Authorization Grant (RFC 8628). This allows you to use modern IdPs for centralized authentication and access management. This capability is a Technology Preview feature.
For more information, see the
sssd-idp(5)man page.
7.5. Desktop Copia collegamentoCollegamento copiato negli appunti!
Review new Technology Preview features available for desktop in Red Hat Enterprise Linux 10.2.
- Interactive authentication selection is available on the GDM Login Screen (Technology Preview)
The GNOME Display Manager (GDM) provides an interface for users to select a preferred authentication method. Previously, the graphical login environment restricted users to a single authentication method. With this update, users can switch between methods such as external identity providers (EIdP), FIDO2-compatible passkey devices, or smart cards directly from the login screen. The feature is available as a Technology preview.
For more information to enable this functionality and a list of current limitations, see Enabling authentication mechanism selection in GDM using SSSD.
Jira:RHEL-14524[1]
mutterrebase introduces an HDR switch for HDR displays (Technology Preview)The
mutter49 rebase introduces a High Dynamic Range (HDR) switch in the display settings. The HDR switch enables users to change between HDR and Standard Dynamic Range (SDR) modes, which improves media and graphics visuals on compatible devices. This feature is available as a Technology Preview.
7.6. Virtualization Copia collegamentoCollegamento copiato negli appunti!
Review new Technology Preview features available for virtualization in Red Hat Enterprise Linux 10.2.
- Secure Boot for VMs on ARM64 (Technology Preview)
As a Technology Preview, you can now configure the Secure Boot feature for virtual machines (VMs) on RHEL 10 hosts that use ARM64 hardware (also known as AArch64). Secure Boot ensures that the VM is running a cryptographically signed operating system (OS). This can be useful if the guest OS of a VM has been altered by malware. In such a scenario, Secure Boot prevents the VM from booting, which stops the potential spread of the malware to your host machine.
- Live migration for S3-PR (Technology Preview)
As a Technology Preview, you can now live migrate a virtual machine (VM) with enabled SCSI3-Persistent Reservation (S3-PR), with the reservation state being preserved after the migration. To do this, you must use the following XML configuration for the VM:
<reservations managed="no" migration="yes">Note, however, that migrating a VM with S3-PR and this configuration to a host that uses a previous version of QEMU fails.
- SEV-SNP is available on RHEL hosts as a Technology Preview
As a Technology Preview, you can enable Secure Encrypted Virtualization-Secure Nested Paging (SEV-SNP) on RHEL hosts. SEV-SNP is a hardware-based security feature that provides strong memory encryption and integrity protection for virtual machines, isolating them from the hypervisor and other system software.
SEV-SNP is available only with AMD CPUs, and you must use the
snphostpackage to configure the feature on the host.Jira:RHELDOCS-19757[1]
7.7. Containers Copia collegamentoCollegamento copiato negli appunti!
Review new Technology Preview features available for containers in Red Hat Enterprise Linux 10.2.
krunruntime for RHEL Container Workloads is a Technology PreviewRed Hat Enterprise Linux offers the
krunruntime as a Technology Preview for running container workloads. You can launch containers inside lightweight microVMs, which provides an additional isolation boundary for your workloads by using thecrunconfigured to supportkrun. This feature improves container workload performance, security, and addresses an issue where running containers by usingkrunfails because RHEL did not previously include a version of thekrunruntime.
7.8. Technology Preview features identified in RHEL 10.1 Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features that were introduced in Red Hat Enterprise Linux 10.1.
For information about Red Hat scope of support for Technology Preview features, see Technology Preview Features Support Scope.
7.8.1. Installer and image creation Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for installer and image creation in Red Hat Enterprise Linux 10.1.
image-builder-clireplacesosbuild-composerandcomposer-cli(Technology Preview)With this release, you can install and use the new
image-builder-clipackage to build an image with one command. The new tool supports containers and enhances your user experience to create a container image that you can use to build other images. This capability is a Technology Preview feature. For more details, see Installing RHEL image builder.Jira:RHELDOCS-20354[1]
7.8.2. Shells and command-line tools Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for shells and command-line tools in Red Hat Enterprise Linux 10.1.
- RHEL 10.1 provides ReaR on aarch64 (Technology Preview)
RHEL 10.1 introduces the Relax and Recover (ReaR) package for the 64-bit ARM architecture (
aarch64) as a Technology Preview. ReaR is a disaster recovery tool that produces a bootable image that you can use to restore the system from a backup. You can currently use the following output methods with ReaR onaarch64: ISO, USB, and PXE.For more information about ReaR, see the article What is Relax and Recover(ReaR) and how to use it for disaster recovery?
Jira:RHEL-84286[1]
7.8.3. Dynamic programming languages, web and database servers Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for dynamic programming languages, web and database servers in Red Hat Enterprise Linux 10.1.
- Node.js 24 is available as a Technology Preview
A new
nodejs24component is available as a Technology Preview in Red Hat Enterprise Linux 10.1. This update introduces Node.js 24, which includes new features, bug fixes, security updates, and performance improvements compared to Node.js 22 in RHEL 10.0.Currently, the
nodejs24package provides versioned binaries (/usr/bin/node-24,/usr/bin/npm-24, and/usr/bin/npx-24). To use these binaries, update the shebang lines in your scripts to reference the version-specific paths. The ability fornodejs24to provide the base binaries (/usr/bin/nodeand related files) might be included in a future update.To install the
nodejs24package, enter:# dnf install nodejs24NoteOn Red Hat Enterprise Linux 10, configure FIPS mode during installation. Switching the methods after installing RHEL is documented only for RHEL 9 does not apply to RHEL 10. In the RHEL build of Node.js 24, downstream patches prevent the use of the
--force-fipsruntime flag. Passing--force-fipsresults in an error regardless of the system FIPS state. If you encounter an error that links to RHEL 9 documentation, note that those steps do not work on RHEL 10.For information about the length of support for the
nodejsApplication Streams, see Red Hat Enterprise Linux Application Streams Life Cycle.
7.8.4. Identity Management Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for Identity Management (IdM) in Red Hat Enterprise Linux 10.1.
- Encrypted DNS with DoT is now available in ansible-freeipa installations of IdM as a Technology Preview
You can now use Ansible to ensure that all DNS queries and responses between DNS clients and Identity Management (IdM) DNS servers are encrypted. Encrypted DNS using DNS over TLS (DoT) has been available as a Technology Preview in IdM deployments since RHEL 10. In RHEL 10.1, the functionality is available as a Technology Preview in the
freeipa.ansible_freeipacollection.To enable DoT during a deployment of IdM by using
ansible-freeipause the following options:-
ipaserver_dns_over_tlswith thefreeipa.ansible_freeipa.ipaserverrole for a new server. -
ipareplica_dns_over_tlswith thefreeipa.ansible_freeipa.ipareplicarole for a replica. -
dot_forwarderto specify an upstream DoT-enabled DNS server. -
dns_over_tls_keyanddns_over_tls_certto configure DoT certificates.
Additionally, you can set the
dns_policyvariable to enforce DoT-only communication, overriding the default behavior that allows fallback to unencrypted DNS.Jira:RHELDOCS-20258[1]
-
7.8.5. Virtualization Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for virtualization in Red Hat Enterprise Linux 10.1.
- Virtual Socket to TCP bridge is available as a Technology Preview
As a Technology Preview, you can use a Virtual Socket (
vsock) to TCP bridge. By using this bridge, you can securely expose a virtual machine (VM) service, such as SSH, to the host machine without configuring any IP networking.To bridge your host’s connection directly to the SSH service inside the VM over the hypervisor’s private
vsockchannel, you can use a relay tool such assocat.
- CCA on ARM virtual machines is available as a Technology Preview
As a Technology Preview, you can enable Confidential Compute Architecture (CCA) on RHEL 10.1 and later virtual machines (VMs). CCA, built on top of Realm Management Extension (RME), helps to maintain data privacy while it is in use within a virtual machine.
Currently, CCA can only be enabled on ARM VMs as a Technology Preview and not on a RHEL host.
- TDX is available on RHEL hosts as a Technology Preview
As a Technology Preview, you can enable Trust Domain Extensions (TDX) on RHEL hosts. TDX is a hardware-based security feature that provides strong memory encryption and integrity protection for virtual machines, isolating them from the hypervisor and other system software.
TDX is available only with Intel CPUs.
Jira:RHEL-111863[1]
7.8.6. Containers Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for containers in Red Hat Enterprise Linux 10.1.
- Podman compatibility with Docker API is available as a Technology Preview
Podman supports the following Docker API versions as a Technology Preview:
- Docker API 1.41
- Docker API 1.43
7.9. Technology Preview features identified in RHEL 10.0 Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features that were introduced in Red Hat Enterprise Linux 10.0.
For information about Red Hat scope of support for Technology Preview features, see Technology Preview Features Support Scope.
7.9.1. Software management Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for software management in Red Hat Enterprise Linux 10.0.
- Support for signing packages with Sequoia PGP (Technology Preview)
The
macros.rpmsign-sequoiamacro file that configures RPM to use Sequoia PGP instead of GnuPG for signing packages is now available as a Technology Preview. To enable its usage, perform the following steps:Install the following packages:
# dnf install rpm-sign sequoia-sqCopy the
macros.rpmsign-sequoiafile to the/etc/rpm/directory:$ cp /usr/share/doc/rpm/macros.rpmsign-sequoia /etc/rpm/
Jira:RHEL-56363[1]
7.9.2. Networking Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for networking in Red Hat Enterprise Linux 10.0.
- WireGuard VPN (Technology Preview)
WireGuard, which Red Hat provides as an unsupported Technology Preview, is a high-performance VPN solution that runs in the Linux kernel. It uses modern cryptography and is easier to configure than other VPN solutions. Additionally, the small code-basis of WireGuard reduces the surface for attacks and, therefore, improves the security.
For further details, see Setting up a WireGuard VPN.
Jira:RHELDOCS-20056[1]
- KTLS (Technology Preview)
In RHEL, Kernel Transport Layer Security (KTLS) is provided as a Technology Preview. KTLS handles TLS records by using the symmetric encryption or decryption algorithms in the kernel for the AES-GCM cipher. KTLS also includes the interface for offloading TLS record encryption to Network Interface Controllers (NICs) that provides this functionality.
Note that specific uses cases of kernel TLS offload might have a higher support status.
Jira:RHELDOCS-20440[1]
7.9.3. Kernel Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for kernel in Red Hat Enterprise Linux 10.0.
- The Red Hat Enterprise Linux for Real Time on ARM64 is now available as a Technology Preview
With this Technology Preview, the Red Hat Enterprise Linux for Real Time is now enabled for ARM64. The ARM64 is enabled on ARM (AARCH64), for both 4k and 64k ARM kernels.
Jira:RHELDOCS-19635[1]
7.9.4. File systems and storage Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for file systems and storage in Red Hat Enterprise Linux 10.0.
ublk_drvdriver is available as a Technology PreviewThe
ublk_drvkernel module is now enabled as a Technology Preview. It provides theublkframework with which you can create and build high-performance block devices from userspace. Currently,ublkrequires userspace implementations, such as the Userspace Block Driver (ublksrv) or the Rust-basedublk(rublk), to function effectively.Jira:RHELDOCS-19891[1]
- NVMe/TCP using TLS is available (Technology Preview)
Encrypting Non-volatile Memory Express (NVMe) over TCP (NVMe/TCP) network traffic using TLS configured with Pre-Shared Keys (PSK) has been added as a Technology Preview in RHEL 10.0. For instructions, see Configuring an NVMe/TCP host using TLS with Pre-Shared-Keys.
Jira:RHELDOCS-19968[1]
- xfs_scrub utility is available as a Technology Preview
You can check all the metadata on a mounted XFS file system by using the
xfs_scrubutility as a Technology Preview. It functions similarly to thexfs_repair -ncommand for an unmounted XFS filesystem. For details, see thexfs_scrub(8)man page on your system. Note that currently only the scrub feature is available in RHEL 10 kernels and online repair is not enabled.Jira:RHELDOCS-20041[1]
- Limited shrinking of XFS file systems is available as Technology Preview
You can reduce the size of XFS file systems by using the
xfs_growfsutility as a Technology Preview. You can remove blocks from the end of the file system by usingxfs_growfs, provided that all of the following conditions are true:- No metadata or data is allocated within the range to be removed.
- The requested size is within the last allocation group.
Jira:RHELDOCS-20042[1]
- Mounting XFS file systems with blocks larger than system page is available as Technology Preview
You can now mount XFS file systems created with a block size larger than the system page size as a Technology Preview. For example, a file system with 16-KB blocks can now be mounted on a system with a 4-KB page size, such as x86_64.
Jira:RHELDOCS-20043[1]
io-uringinterface is available as a Technology PreviewThe
io_uring, which is an asynchronous I/O interface, is available as a Technology Preview. By default, this feature is disabled in RHEL 10. You can enable this interface by setting thekernel/io_uring_disabledvariable:For all users:
# echo 0 > /proc/sys/kernel/io_uring_disabledFor root only:
# echo 1 > /proc/sys/kernel/io_uring_disabled
You can also disable
io_uringfor all processes:# echo 2 > /proc/sys/kernel/io_uring_disabled
- NVMe/TCP Boot with NBFT is available as a Technology Preview
NVMe/TCP Boot by using the NVM Express Boot Specification (NBFT) is available on select server platforms as a Technology Preview. Consult your server manufacturer for platform-specific details and compatibility information.
Jira:RHELDOCS-21587[1]
7.9.5. Compilers and development tools Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for compilers and development tools in Red Hat Enterprise Linux 10.0.
eu-stacktraceavailable as a Technology PreviewThe
eu-stacktraceutility, which has been distributed through theelfutilspackage since version 0.192, is available as a Technology Preview feature.eu-stacktraceis a prototype utility that uses theelfutilstoolkit’s unwinding libraries to support a sampling profiler to unwind frame pointer-less stack sample data.Jira:RHELDOCS-19072[1]
7.9.6. Identity Management Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for Identity Management (IdM) in Red Hat Enterprise Linux 10.0.
- DNS over TLS (DoT) in IdM deployments is available as a Technology Preview
Encrypted DNS using DNS over TLS (DoT) is now available as a Technology Preview in Identity Management (IdM) deployments. You can now encrypt all DNS queries and responses between DNS clients and IdM DNS servers.
To start using this functionality, install the
ipa-server-encrypted-dnspackage on IdM servers and replicas, and theipa-client-encrypted-dnspackage on IdM clients. Administrators can enable DoT during the installation by using the--dns-over-tlsoption.IdM configures Unbound as a local caching resolver and BIND to receive DoT requests. This functionality is available through the command-line interface (CLI) and non-interactive installations of IdM.
The following options were added to installation utilities for IdM servers, replicas, clients, and the integrated DNS service:
-
--dot-forwarderto specify an upstream DoT-enabled DNS server. -
--dns-over-tls-keyand--dns-over-tls-certto configure DoT certificates. -
--dns-policyto set a DNS security policy to either allow fallback to unencrypted DNS or enforce strict DoT usage.
By default, IdM uses the
relaxedDNS policy, which allows fallback to unencrypted DNS. You can enforce encrypted-only communication by using the new--dns-policyoption with theenforcedsetting.You can also enable DoT on an existing IdM deployment by reconfiguring the integrated DNS service by using
ipa-dns-installwith the new DoT options.See Securing DNS with DoT in IdM for more details.
-
7.9.7. Virtualization Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for virtualization in Red Hat Enterprise Linux 10.0.
- AMD SEV, SEV-ES, and SEV-SNP for KVM virtual machines are available as a Technology Preview
As a Technology Preview, RHEL provides the Secure Encrypted Virtualization (SEV) feature for AMD EPYC host machines that use the KVM hypervisor. If enabled on a virtual machine (VM), SEV encrypts the VM’s memory to protect the VM from access by the host. This increases the VM security.
In addition, the enhanced Encrypted State version of SEV (SEV-ES) is also provided as Technology Preview. SEV-ES encrypts all CPU register contents when a VM stops running. This prevents the host from modifying the VM’s CPU registers or reading any information from them.
RHEL also provides the Secure Nested Paging (SEV-SNP) feature as Technology Preview. SNP enhances SEV and SEV-ES by improving its memory integrity protection, which helps to prevent hypervisor-based attacks, such as data replay or memory re-mapping.
Note that:
- SEV and SEV-ES work only on the 2nd generation of AMD EPYC CPUs (codenamed Rome) or later.
- SEV-SNP works only on 3rd generation AMD EPYC CPUs (codenamed Milan) or later.
Also note that RHEL includes SEV, SEV-ES, and SEV-SNP encryption, but not the SEV, SEV-ES, and SEV-SNP security attestation and live migration.
Jira:RHELDOCS-16800[1]
- Creating nested virtual machines (Technology Preview)
Nested KVM virtualization is provided as a Technology Preview for KVM virtual machines (VMs) running on Intel, AMD64, and IBM Z hosts with RHEL 10. With this feature, a RHEL 7, RHEL 8, or RHEL 9 VM that runs on a physical RHEL 10 host can act as a hypervisor, and host its own VMs.
Jira:RHELDOCS-20080[1]
- New package:
trustee-guest-components(Technology Preview) As a Technology Preview, this update adds the
trustee-guest-componentspackage. This makes it possible for confidential virtual machines to attest themselves and get confidential resources from a Trustee server.Jira:RHEL-73770[1]
7.9.8. Containers Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for containers in Red Hat Enterprise Linux 10.0.
- Partial pulls for
zstd:chunkedare available as a Technology Preview You can pull only the changed parts of the container images compressed with the
zstd:chunkedformat, reducing network traffic and necessary storage. You can enable partial pulls by adding theenable_partial_images = "true"setting to the/etc/containers/storage.conffile. This functionality is available as a Technology Preview.
- The
podman artifactcommand is available as a Technology Preview The
podman artifactcommand, which you can use to work with OCI artifacts at the command-line level, is available as a Technology Preview. For further informal, reference the man page.
- The
vrfoption for thepodman network createis available as a Technology Preview The
podman network createcommand now provides thevrfvalue for the--optoption, as a Technology Preview. Thevrfvalue assigns a virtual routing and forwarding instance (VRF) to the bridge interface. It accepts the name of the VRF and defaults to none.WarningThis option can only be used with the Netavark network backend.
7.10. Technology Preview features identified in previous releases Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features that were introduced in earlier Red Hat Enterprise Linux versions.
For information about Red Hat scope of support for Technology Preview features, see Technology Preview Features Support Scope.
7.10.1. Networking Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for networking in previous Red Hat Enterprise Linux versions.
NetworkManagerenables configuring HSR and PRP interfacesHigh-availability Seamless Redundancy (HSR) and Parallel Redundancy Protocol (PRP) are network protocols that provide seamless failover against failure of any single network component. Both protocols are transparent to the application layer, meaning that users do not experience any disruption in communication or any loss of data, because a switch between the main path and the redundant path happens very quickly and without awareness of the user. Now it is possible to enable and configure HSR and PRP interfaces using the
NetworkManagerservice through thenmcliutility and the DBus message system.
7.10.2. Identity Management Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for Identity Management (IdM) in previous Red Hat Enterprise Linux versions.
- DNSSEC available as Technology Preview in IdM
Identity Management (IdM) servers with integrated DNS now implement DNS Security Extensions (DNSSEC), a set of extensions to DNS that enhance security of the DNS protocol. DNS zones hosted on IdM servers can be automatically signed using DNSSEC. The cryptographic keys are automatically generated and rotated.
Users who decide to secure their DNS zones with DNSSEC are advised to read and follow these documents:
Note that IdM servers with integrated DNS use DNSSEC to validate DNS answers obtained from other DNS servers. This might affect the availability of DNS zones that are not configured in accordance with recommended naming practices.
Jira:RHELDOCS-20690[1]
7.10.3. Virtualization Copia collegamentoCollegamento copiato negli appunti!
Review Technology Preview features introduced for virtualization in previous Red Hat Enterprise Linux versions.
- VDUSE for RHEL networking is available as a Technology Preview
The virtio Data Path Acceleration (vDPA) device in userspace (VDUSE) feature is now available as a Technology Preview for RHEL networking. VDUSE is a Linux kernel mechanism, which allocates user-space for vDPA devices specifically. This mechanism enables a user-space process to register a
virtio-classdevice, such as a NIC or block device, with the kernel in a controlled manner. As a result, you can use it on virtual machines or the host through standard vDPA or virtio interfaces.Jira:RHEL-76477[1]