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

k8s reference: format enums #71

Closed
wasaga opened this issue Jul 15, 2022 · 1 comment
Closed

k8s reference: format enums #71

wasaga opened this issue Jul 15, 2022 · 1 comment
Assignees
Labels

Comments

@wasaga
Copy link
Contributor

wasaga commented Jul 15, 2022

What's incorrect or missing

Display allowed enums if they are provided by the spec:

                  provider:
                    description: Provider one of accepted providers https://www.pomerium.com/reference/#identity-provider-name
                    enum:
                    - auth0
                    - azure
                    - google
                    - okta
                    - onelogin
                    - oidc
                    - ping
                    - github
                    type: string

What's the resolution?

use enum field from the spec.

@alexfornuto
Copy link
Contributor

Resolved in f23cc73

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants