Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catalog: io.fabric8.kubernetes.api.model.apiextensions.v1.JSONSchemaProps does not retain extensions #284

Closed
lburgazzoli opened this issue May 14, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@lburgazzoli
Copy link
Contributor

i.e. there's no way to get the value of x-descriptors

  accessKey:
    title: Access Key
    description: The access key obtained from AWS
    type: string
    format: password
    x-descriptors:
    - urn:alm:descriptor:com.tectonic.ui:password
@lburgazzoli lburgazzoli added the bug Something isn't working label May 14, 2021
@oscerd oscerd self-assigned this May 14, 2021
@oscerd
Copy link
Contributor

oscerd commented May 17, 2021

This needs to be moved to kubernetes-client repository.

@davsclaus
Copy link
Contributor

Do you have the format attribute, eg can you see that its value is password so we can use that to know its a secret / sensitive parameter?

@lburgazzoli
Copy link
Contributor Author

yes format: password is used to define sensitive info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants