refactor: update to the latest version of kubebuilder and add support for hydra v2 (#127)
This commit is contained in:
@ -96,6 +96,7 @@ type OAuth2ClientSpec struct {
|
||||
// SecretName points to the K8s secret that contains this client's ID and password
|
||||
SecretName string `json:"secretName"`
|
||||
|
||||
// SkipConsent skips the consent screen for this client.
|
||||
// +kubebuilder:validation:type=bool
|
||||
// +kubebuilder:default=false
|
||||
SkipConsent bool `json:"skipConsent,omitempty"`
|
||||
|
@ -5,6 +5,8 @@
|
||||
// +build !ignore_autogenerated
|
||||
|
||||
/*
|
||||
Copyright © 2023 Ory Corp
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
Reference in New Issue
Block a user