Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHEA-2024:11375 - Product Enhancement Advisory
Issued:
2024-12-18
Updated:
2024-12-18

RHEA-2024:11375 - Product Enhancement Advisory

  • Overview
  • Updated Images

Synopsis

Authorino 1.1.1 Tech Preview Release

Type/Severity

Product Enhancement Advisory

Topic

Authorino 1.1.1 Tech Preview Release

Description

Authorino is a K8s-native AuthN/AuthZ service to protect your APIs

Important! After upgrading to Authorino v1.1.0, users must migrate all
AuthConfig resources to v1beta2 stored in the cluster database by running the
following script. This can be done at any time before upgrading to newer
versions of Authorino post this one, without downtime or any intrinsic risk of
breaking deployments before, during or after the migration.

cat << 'EOF' > /tmp/migrate.sh
#!/bin/bash
authconfigs=$(kubectl get authconfigs -A -o
custom-columns='NAMESPACE:.metadata.namespace,NAME:.metadata.name' --no-headers)
while IFS=" " read -r namespace name; do
kubectl get authconfig "$name" -n "$namespace" -o yaml >
"/tmp/${name}.${namespace}.authconfig.yaml"
kubectl apply -f "/tmp/${name}.${namespace}.authconfig.yaml"
done <<< "$authconfigs"
EOF
chmod +x /tmp/migrate.sh
/tmp/migrate.sh

Solution

K8s-native AuthN/AuthZ service to protect your APIs

Important! After upgrading to Authorino v1.1.0, users must migrate all
AuthConfig resources to v1beta2 stored in the cluster database by running the
following script. This can be done at any time before upgrading to newer
versions of Authorino post this one, without downtime or any intrinsic risk of
breaking deployments before, during or after the migration.

cat << 'EOF' > /tmp/migrate.sh
#!/bin/bash
authconfigs=$(kubectl get authconfigs -A -o
custom-columns='NAMESPACE:.metadata.namespace,NAME:.metadata.name' --no-headers)
while IFS=" " read -r namespace name; do
kubectl get authconfig "$name" -n "$namespace" -o yaml >
"/tmp/${name}.${namespace}.authconfig.yaml"
kubectl apply -f "/tmp/${name}.${namespace}.authconfig.yaml"
done <<< "$authconfigs"
EOF
chmod +x /tmp/migrate.sh
/tmp/migrate.sh

Affected Products

  • Red Hat 3scale API Management Platform 2 for RHEL 8 x86_64
  • Red Hat 3scale API Management Platform 2 for RHEL 8 s390x
  • Red Hat 3scale API Management Platform 2 for RHEL 8 ppc64le
  • Red Hat 3scale API Management Platform 2 for RHEL 7 x86_64
  • Red Hat 3scale API Management Platform 2 for RHEL 7 s390x
  • Red Hat 3scale API Management Platform 2 for RHEL 7 ppc64le

Fixes

(none)

CVEs

(none)

References

(none)

ppc64le

3scale-tech-preview/authorino-operator-bundle@sha256:64ecce9ae91224159f998dc0d5bd2d79f4b755cf1be6dd3e6dac6f2b18a3ab5f
3scale-tech-preview/authorino-rhel9@sha256:6c5bda2148021d2b6267e3adbd9083ff0f3d459289c33bd07c065224293833f3
3scale-tech-preview/authorino-rhel9-operator@sha256:14cd315985e3a10d2b4d6f898e49dab116bc6a9b0db3831b2ec5c72beaa5bea4

s390x

3scale-tech-preview/authorino-operator-bundle@sha256:82deda71e09babfcb1439a425e476d88d04ddee72273783307b85883a75b016b
3scale-tech-preview/authorino-rhel9@sha256:6fa89457547c73309303c0590263e569a51384bfeb551db9ed4970790c27f87b
3scale-tech-preview/authorino-rhel9-operator@sha256:1b8ed8687cc5c38f7ad31b7cec66fdcebb78bb97f039e6001208a451c4964253

x86_64

3scale-tech-preview/authorino-operator-bundle@sha256:75ef745eee540a43a00c49107c5cc9ed51c03ae1c5554de51ee798f1ac7d55f0
3scale-tech-preview/authorino-rhel9@sha256:b451e7279fab2ed44f99e0a409086ec84c38bab23475ceaede7234b3cdf48186
3scale-tech-preview/authorino-rhel9-operator@sha256:4477b182aecc2dfebfe852f6c8319fc3d49344a81e6a34b05a2e0a7ce1e5938e

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat, Inc.

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility