-
Notifications
You must be signed in to change notification settings - Fork 593
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
Support exposing the Audience of an InMemoryChannel #7187
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Comments
creydr
added
kind/TBD
Parked issue that required triaging/revisit in a near future.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
and removed
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
labels
Aug 16, 2023
creydr
changed the title
[DRAFT] Support exposing the Audience of an InMemoryChannel
Support exposing the Audience of an InMemoryChannel
Sep 5, 2023
creydr
added
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
and removed
kind/TBD
Parked issue that required triaging/revisit in a near future.
labels
Sep 5, 2023
/assign |
This was referenced Sep 25, 2023
Hey @CodesbyUnnati , LMK if I can pick this up? Thanks! |
Hello @CodesbyUnnati, |
Hi @rahulii You can go ahead and pick this issue. |
/assign |
Starting on this right away! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
As the Eventing OIDC feature track describes, Addressables (and thus InMemoryChannels) need to announce their audience in
.status.address.audience
in the formatGROUP/KIND/NAMESPACE/NAME
(e.g.messaging.knative.dev/inmemorychannel/myns/myimc
).In particular the IMC controller should:
authentication.oidc
feature flag #7174) is disabled:authentication.oidc
feature flag #7174) is enabled:.status.address.audience
accordingly.Additional Information:
Audience
field induckv1.Addressable
pkg#2795Audience
field in CRDs #7189The text was updated successfully, but these errors were encountered: