Feature Request
At that line: https://github.com/eclipse-edc/IdentityHub/blob/main/protocols/dcp/dcp-issuer/dcp-issuer-api/src/main/java/org/eclipse/edc/identityhub/protocols/dcp/issuer/api/v1beta/issuermetadata/IssuerMetadataApiController.java#L52C140-L52C150
It may relevant to allow anyone to access to metadata, so removal of the @HeaderParam(AUTHORIZATION) String authHeader parameter.
Why Is the Feature Desired?
As a participant, I wanna to know what are Governance parameters to ask the Credential.
Who will sponsor this feature?
I can do it.
Solution Proposal
remove the @HeaderParam(AUTHORIZATION) String authHeader parameter.
Feature Request
At that line: https://github.com/eclipse-edc/IdentityHub/blob/main/protocols/dcp/dcp-issuer/dcp-issuer-api/src/main/java/org/eclipse/edc/identityhub/protocols/dcp/issuer/api/v1beta/issuermetadata/IssuerMetadataApiController.java#L52C140-L52C150
It may relevant to allow anyone to access to metadata, so removal of the
@HeaderParam(AUTHORIZATION) String authHeaderparameter.Why Is the Feature Desired?
As a participant, I wanna to know what are Governance parameters to ask the Credential.
Who will sponsor this feature?
I can do it.
Solution Proposal
remove the
@HeaderParam(AUTHORIZATION) String authHeaderparameter.