Bug 1956766

Summary: Customer tags cannot be seen in S3 level
Product: OpenShift Container Platform Reporter: Wenjing Zheng <wzheng>
Component: Image RegistryAssignee: Ricardo Maraschini <rmarasch>
Status: CLOSED DUPLICATE QA Contact: Wenjing Zheng <wzheng>
Severity: high Docs Contact:
Priority: high    
Version: 4.7CC: aos-bugs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-05-06 09:18:51 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wenjing Zheng 2021-05-04 11:35:09 UTC
Description of problem:
Cannot see customer tags in S3 level from AWS console, though they can be seen in infrastructure level:
$ oc get infrastructure.config.openshift.io -o yaml | grep -A7 platformStatus
    platformStatus:
      aws:
        region: us-east-2
        resourceTags:
        - key: costCenter
          value: "7536"
        - key: adminContact
          value: wzheng


Version-Release number of selected component (if applicable):
4.7.0-0.nightly-2021-05-01-081439

How reproducible:
always

Steps to Reproduce:
1.Define userTags in install-config file:
platform:
  aws:
    experimentalPropagateUserTags: yes
    region: us-east-2
    userTags:
      adminContact: wzheng
      costCenter: 7536
2.Launch a cluster with the install-config
3.Check the tags in both infrastructure level and S3 level

Actual results:
No tag in S3 level;

Expected results:
Should have tags in S3 level;

Additional info: