Skip to content
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

fix(distrib): Added missing rest permissions for rest.security, rest.system and rest.cloudconnection in snapshot_0.xml files. #5008

Conversation

salvatore-coppola
Copy link
Contributor

Added missing rest permissions for rest.security, rest.system and rest.cloudconnection in snapshot_0.xml files.

@@ -86,6 +86,11 @@ public void unbindRequestHandlerRegistry(RequestHandlerRegistry registry) {
@Path("/security-policy-fingerprint/reload")
@Produces(MediaType.APPLICATION_JSON)
public Response reloadSecurityPolicyFingerprint() {

if (this.security == null) {
Copy link
Contributor

@nicolatimeus nicolatimeus Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not needed for this PR

@nicolatimeus nicolatimeus merged commit f0ed0e8 into eclipse-kura:develop Nov 22, 2023
2 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 22, 2023
…system and rest.cloudconnection in snapshot_0.xml files. (#5008)

* Added missing rest permissions for rest.security, rest.system and rest.cloudconnection.

* added two missing permissions.

* Added missing permission to emulator snapshot_0.xml

* Added missing rest.deploy permission.

* rollback useless addition

* fixed permission order, fixed duplicate permission

Signed-off-by: Nicola Timeus <[email protected]>

---------

Signed-off-by: Nicola Timeus <[email protected]>
Co-authored-by: Nicola Timeus <[email protected]>
(cherry picked from commit f0ed0e8)
mattdibi pushed a commit that referenced this pull request Nov 22, 2023
…system and rest.cloudconnection in snapshot_0.xml files. [backport release-5.4.0] (#5011)

fix(distrib): Added missing rest permissions for rest.security, rest.system and rest.cloudconnection in snapshot_0.xml files. (#5008)

* Added missing rest permissions for rest.security, rest.system and rest.cloudconnection.

* added two missing permissions.

* Added missing permission to emulator snapshot_0.xml

* Added missing rest.deploy permission.

* rollback useless addition

* fixed permission order, fixed duplicate permission

Signed-off-by: Nicola Timeus <[email protected]>

---------

Signed-off-by: Nicola Timeus <[email protected]>
Co-authored-by: Nicola Timeus <[email protected]>
(cherry picked from commit f0ed0e8)

Co-authored-by: Salvatore Coppola <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants