AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see AWS Mainframe Modernization availability change.
Configure URI accessibility for Gapwalk applications
This topic describes how to configure the filtering of URIs for Gapwalk applications. This feature does not require an identity provider (IdP).
To block a list of URIs, add the following two lines to the
application-main.yml of your modernized application, replacing
URI-1, URI-2, and so on, with the URIs that
you want to block.
gapwalk-application.security.filterURIs: enabled gapwalk-application.security.blockedURIs:URI-1,URI-2,URI-3