Skip to content

Conversation

faxm0dem
Copy link

Fixes #13

Example:

class { '::netbox':
  version => '3.0.0',
  custom_configuration => [
    "SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL = ${openid_url}",
    "SOCIAL_AUTH_KEYCLOAK_SECRET = 'secret',
  ]
}

Fixes anderssh#13

Example:

```
class { '::netbox':
  version => '3.0.0',
  custom_configuration => [
    "SOCIAL_AUTH_KEYCLOAK_AUTHORIZATION_URL = ${openid_url}",
    "SOCIAL_AUTH_KEYCLOAK_SECRET = 'secret',
  ]
}
```
@bassonj
Copy link

bassonj commented Sep 26, 2024

Any progress on this?

@faxm0dem
Copy link
Author

This project seems pretty stale to me :'(

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

Successfully merging this pull request may close these issues.

Provide ability to add content to configuration.py
2 participants