Actions: apache/polaris
Actions
102 workflow runs
102 workflow runs
polaris.containerPorts has been improved to prevent duplicate ports in a Deployment.
Summary of changes:
- Container ports are keyed by port number instead of name to prevent
duplicate containerPort entries (invalid in Kubernetes)
- Validate that both port numbers and port names are unique
- Extract validation logic into polaris.validateContainerPort helper template
- Fix documentation of targetPort: this field must...
CI/main
#102:
Commit 9fc2e0d
pushed
by
adutra
PolarisGenericTableCatalog (#3784)
CI/main
#97:
Commit aebcaf2
pushed
by
snazy
GenericTableCatalogAdapter.realmContext (#3785)
CI/main
#96:
Commit b41c1c4
pushed
by
snazy
PolicyCatalogAdapter.realmContext (#3783)
CI/main
#95:
Commit afea9be
pushed
by
snazy
downloads.apache.org as well as archive.apache.org. The logic is as
follows:
1. All Helm charts from downloads.a.o and `archive....
CI/main
#92:
Commit 528354e
pushed
by
pingtimeout
doTestInsufficientPrivilegeSets() was incorrectly testing that each privilege in the set was *individually* insufficient.
But this is not the intent of a privilege set negative test: the test is expected to fail even if *all* privileges in the set are granted.
See for instance PolicyCatalogHandlerAuthzTest.testDetachPolicyFromNamespaceInsufficientPrivilege(): the intent is to verify that it is insufficient to hav...
CI/main
#89:
Commit 60d5cc6
pushed
by
adutra