Skip to content
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

New Identity store: executable #58

Closed
maxidorius opened this issue Feb 25, 2018 · 1 comment
Closed

New Identity store: executable #58

maxidorius opened this issue Feb 25, 2018 · 1 comment
Assignees
Labels
module Related to a module (e.g. Identity store)
Milestone

Comments

@maxidorius
Copy link
Member

maxidorius commented Feb 25, 2018

Create a new Identity store which is backed by executable commands on the system.
The data will be provided either as env or arguments, whichever is set.

Configuration example:

exec:
  auth:
    command: "/path/to/exec"
    env:
      - "USER=$user"
      - "PASS=$pass
    args: [ "--auth", "-u", "$user", "-p", "$pass" ]
    return_code: 
      success: [ 0, 128 ]

To figure out: what output format(s) should we accept

Relates to: #36

@maxidorius maxidorius added the enhancement Enhancement of existing feature/documentation label Feb 25, 2018
@maxidorius maxidorius added this to the v2.0 milestone Feb 25, 2018
@maxidorius maxidorius added feature New feature module Related to a module (e.g. Identity store) and removed enhancement Enhancement of existing feature/documentation feature New feature labels Mar 4, 2018
@maxidorius maxidorius modified the milestones: v2.x, v1.1 Mar 5, 2018
@maxidorius maxidorius changed the title New Identity store: executable New Identity store: executable (auth only) Mar 5, 2018
@maxidorius maxidorius modified the milestones: v1.1, v1.2 Apr 26, 2018
@maxidorius maxidorius self-assigned this Oct 19, 2018
@maxidorius maxidorius changed the title New Identity store: executable (auth only) New Identity store: executable Oct 19, 2018
maxidorius pushed a commit that referenced this issue Oct 20, 2018
- Skeleton for the whole identity store
- Support Authentication
@maxidorius
Copy link
Member Author

Done in ded5e3d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module Related to a module (e.g. Identity store)
Projects
None yet
Development

No branches or pull requests

1 participant