Skip to content
#

policy

Here are 264 public repositories matching this topic...

freeradius-server
arr2036
arr2036 commented Oct 30, 2019

Issue type

  • Defect - Unexpected behaviour (obvious or verified by project member).

Defect

How to reproduce the issue

When querying a non-cached group membership by name, debug output states that the object the user is a member of was the parent of the group object.

if (&LDAP-Group == 'my-group') {
   # success
}

Will emit a debug message similar to `ou=groups,dc=e

eranreshef
eranreshef commented May 26, 2019

I've seen unexplained warnings in my logs:

int_dataplane.go 354: Failed to query VXLAN device error=Link not found

Expected Behavior

When not using VXLAN, no VXLAN related warning should appear in the logs.

Current Behavior

The above log warning is printed on every pod startup.

Possible Solution

Change the logic around https://github.com/projectcalico/felix/blob/00c71c865d9

ossguy
ossguy commented Jul 28, 2017

1. What's the name of the policy?

https://github.com/github/site-policy/blob/master/Policies/github-terms-of-service.md

2. Is this issue related to a specific section within one of our policies (e.g. the Terms of Service)? If so, please include a link to the section or subsection.

https://github.com/github/site-policy/blob/master/Policies/github-terms-of-service.md#3-github-may-

alpe
alpe commented Jan 9, 2020

Organisations usually come up with some best practices for monitoring and managing pods. A new policy could enforce a configurable list of labels to be mandatory to run a pod in the environment.
For example all pods should have an app label.

The policies.Config would need to be extended with a new field.

type Config struct {
...
PolicyMandatoryPodLabels  []string
}

🤔 Exte

digitalgov.gov

Improve this page

Add a description, image, and links to the policy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the policy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.