Skip to content

Add Audience field in duckv1.Addressable #2795

@creydr

Description

@creydr

To allow Addressables to provide their Audience field, the duckv1.Addressable needs to be extended to include the Audience:

type Addressable struct {
    
    ...

	// Audience is the OIDC audience for this address.
	// +optional
	Audience *string `json:"audience,omitempty"`
}

Time Estimate (optional)

1

Additional context (optional)

/good-first-issue

Metadata

Metadata

Labels

good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions