missing PackageMapAccess control from eclwatch

Description

Deployed helm 8.4.6 to Azure test ldap authentication.

We tried deploying a package map got Access Denied PackageMapAccess.

Manually, added control, and it worked.   We need this added to a build, so we can spin environments up  without manual intervention.

Conclusion

None

Activity

Show:

Gavin Halliday February 19, 2024 at 3:19 PM

This has been merged targeting 9.4.x, but it could be backported if required.

version 9.4.x should be fine because the settings are only used when a new environment is created by an administrator. And an administrator may manually add them without the settings in those files. If you think it should be targeting an earlier version, please feel free to let me know which version.

Anthony Fishbeck August 22, 2023 at 3:00 PM

As   implied, PackageMapAccess needs to be added to  esp/applications/eclwatch/ldap_authorization_map.yaml in the Feature array inside the WsPackageProcess configuration:

 

Replace:
      WsPackageProcess: []
 
With something like this:
      WsPackageProcess:
         Feature:
         -  path: PackageMapAccess
            resource: PackageMapAccess
            description: Access to packagemaps
 

Stuart Ort April 6, 2022 at 7:32 PM

      - any update?

Kanghua Wang December 1, 2021 at 7:16 PM

I cannot find the PackageMapAccess in esp/applications/eclwatch/ldap_authorization_map.yaml: WsPackageProcess: []. I can see other Access features there. For example:

WsDfu:
  Feature:
  - path: DfuAccess
    resource: DfuAccess
    description: Access to DFU

Not sure that is by the original design or by mistake.  please advise.

Stuart Ort December 1, 2021 at 6:35 PM

   - any thoughts?

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Point

Fix versions

Pull Request URL

Roadmap

Not applicable

Affects versions

Created October 27, 2021 at 1:58 PM
Updated February 19, 2024 at 3:19 PM
Resolved February 19, 2024 at 3:18 PM