Skip to content

Instantly share code, notes, and snippets.

@sasoiliev
sasoiliev / ldap-outpost.yaml
Created October 20, 2023 21:19
authentik LDAP Outpost Blueprint
version: 1
metadata:
labels:
blueprints.goauthentik.io/instantiate: "true"
name: ldap-outpost
context: {}
entries:
- id: ldap-auth-flow
identifiers:
name: ldap-authentication-flow
@sasoiliev
sasoiliev / contact-us.feature
Created September 18, 2019 15:43
Godog step definition re-use issue
Feature: Contact us
Scenario: Send a message through the contact form
Given a user is logged in with email "user-1@example.com"
When the user sends a message "message-1" through the contact form
Then the message appears on our message board