policy
Here are 285 public repositories matching this topic...
-
Updated
Feb 25, 2020 - HTML
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
-
Updated
Jun 18, 2020 - Go
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-
After #829, it is all squashed on a single line. One option is to pass it through rustfmt, but we should make sure that's not adding too much compilation time. Also that would only work on nightly (I think) so if we ever want to switch to stable it may be a problem.
-
Updated
Nov 21, 2019 - Python
-
Updated
Jun 18, 2020 - Python
-
Updated
Aug 27, 2018 - HTML
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
}-
Updated
Jun 8, 2020 - Java
What happened
A common workflow:
-
Updated
Mar 18, 2020
-
Updated
Jun 13, 2020 - Go
-
Updated
Jun 18, 2020
-
Updated
Jun 18, 2020 - Rust
-
Updated
Jun 20, 2018 - C#
Add missing topics
TL;DR
Topics greatly improve the discoverability of repos; please add the short code from the table below to the topics of your repo so that ministries can use GitHub's search to find out what repos belong to them and other visitors can find useful content (and reuse it!).
Why Topic
In short order we'll add our 800th repo. This large number clearly demonstrates the success of using GitHub
The implementation is generic so any set should work, however, the format is somewhat finicky (e.g., v1/services, NOT v1/Service or v1/service, etc.)
What seems to be the problem (1 sentence)
Folks should be entering their Linkedin username only on author pages. Not the whole URL. Need to scan the site and check for author pages that include "http" in the Linkedin value.
Suggestion : dans https://github.com/DISIC/politique-de-contribution-open-source/blob/master/pratique.md mettre d’abord les éléments obligatoires, puis les éléments recommandés, puis les suggestions, et possiblement le mettre en avant dans les titres des chapitres
-
Updated
Mar 27, 2020
-
Updated
May 17, 2018 - PHP
-
Updated
May 7, 2020 - Python
-
Updated
May 14, 2020
Improve this page
Add a description, image, and links to the policy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the policy topic, visit your repo's landing page and select "manage topics."

We frequently see people asking how they can use OPA to implement authorization and IAM within their apps. There are several examples online like the chef/automate guide but it would be nice to have a first-class guide in the OPA docs for new users to easily discover.
A few things to consider: