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

A simple way to write a deep external_auth construct requires more documentation #12

Open
olevole opened this issue May 10, 2018 · 0 comments

Comments

@olevole
Copy link

olevole commented May 10, 2018

We can write a custom external_auth configuration via @master_external_auth.to_yaml in erb. I understand the construction when we write something simple, e.g: { key => 'val' }. However I can not imagine how I can get the next piece of configuration as a result:

external_auth:
  pam:
    thatch:
      - .*
      - '@wheel'
      - '@runner'
      - '@jobs'
      ...

Can you add an example for such a case? It may be useful to be able to add custom inline 'as-is' configuration ( in addition to the ability to include custom user configuration file)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant