Bug 1880478
Summary: | Console turns blank while editing a secret which does not have key and value | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
Component: | Management Console | Assignee: | Jakub Hadvig <jhadvig> |
Status: | CLOSED ERRATA | QA Contact: | Gajanan More <gamore> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.5 | CC: | aos-bugs, jhadvig, jokerman, nmukherj, spadgett, yapei |
Target Milestone: | --- | Keywords: | UserExperience |
Target Release: | 4.4.z | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-10-13 08:17:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1879224 | ||
Bug Blocks: |
Description
OpenShift BugZilla Robot
2020-09-18 16:32:42 UTC
1. Create a secret without a key and value using: $ oc create secret generic foo 2. Goto console and edit the secret, save the changes. secret can be edited 3. check secret in CLI # oc describe secret foo Name: foo Namespace: yapei44 Labels: <none> Annotations: <none> Type: Opaque Data ==== key1: 6 bytes key2: 6 bytes We can confirm that secret is updated successfully Verified on 4.4.0-0.nightly-2020-09-26-200621 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.4.27 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4063 |