Skip to content

Need ability to tell if cluster has pullSecret set #647

@mjudeikis

Description

@mjudeikis

For debugging purposes, we need easy ability to find out if cluster in question has pullsecret set or not.

This could be either metric or redacted admin mode:

if len(oc.Properties.ClusterProfile.PullSecret) > 0 {
		out.Properties.ClusterProfile.PullSecret = "##REDACTED##"
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions