refactor: update to the latest version of kubebuilder and add support for hydra v2 (#127)

This commit is contained in:
Damian Peckett
2023-08-08 10:30:24 +02:00
committed by GitHub
parent 8bd24af9ce
commit 2a6cef5006
26 changed files with 448 additions and 951 deletions

View File

@ -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"`

View File

@ -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.