Page MenuHomeDevCentral

Simplify datacubes permissions
ClosedPublic

Authored by dereckson on Sep 29 2024, 12:39.
Tags
None
Referenced Files
F9762190: D3470.id8944.diff
Fri, Jun 13, 09:06
F9734022: D3470.id8945.diff
Thu, Jun 12, 20:28
F9733785: D3470.id8944.diff
Thu, Jun 12, 20:23
F9728923: D3470.id.diff
Thu, Jun 12, 18:07
Unknown Object (File)
Wed, Jun 11, 18:56
Unknown Object (File)
Wed, Jun 11, 12:54
Unknown Object (File)
Wed, Jun 11, 12:49
Unknown Object (File)
Wed, Jun 11, 09:52
Subscribers
None

Details

Summary

Move YAML anchors defining permissions to their own block.

x- or x_ can be used for values declared only to be used as YAML aliases.

Test Plan

Load pillar file with yaml.safe_load() to check it's no-op.

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.

So the idea for permissions:

  • only one permissions block -> use it without alias directly in datacubes
  • same permissions block used at least twice -> to define in x_datacube_permissions
This revision is now accepted and ready to land.Sep 29 2024, 12:40
This revision was automatically updated to reflect the committed changes.