-
Couldn't load subscription status.
- Fork 0
Gateway with ldap authentication #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| 0, // Time limit | ||
| false, // Types only | ||
| filter, | ||
| []string{"dn"}, // Attributes to return |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
| LdapEnabled bool `env:"LDAP_ENABLED" envDefault:"true"` | ||
| LdapServer string `env:"LDAP_SERVER" envDefault:"openldap.tinyapp.svc.cluster.local"` // Required if LDAP_ENABLED is true | ||
| LdapPort int `env:"LDAP_PORT" envDefault:"389"` // 389 for LDAP, 636 for LDAPS | ||
| LdapTLS bool `env:"LDAP_TLS" envDefault:"false"` // Use TLS connection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove defaults
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create test data dir

No description provided.