Custom azure resource

This commit is contained in:
Daniel Hougaard
2024-07-16 04:43:38 +02:00
parent de67c0ad9f
commit 8a85695dc5
2 changed files with 4 additions and 0 deletions

View File

@@ -64,6 +64,8 @@ spec:
properties:
identityId:
type: string
resource:
type: string
secretsScope:
properties:
envSlug:

View File

@@ -58,6 +58,8 @@ type AWSIamAuthDetails struct {
type AzureAuthDetails struct {
// +kubebuilder:validation:Required
IdentityID string `json:"identityId"`
// +kubebuilder:validation:Optional
Resource string `json:"resource"`
// +kubebuilder:validation:Required
SecretsScope MachineIdentityScopeInWorkspace `json:"secretsScope"`