-
Notifications
You must be signed in to change notification settings - Fork 4
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
config policy for users when they make a cert request #66
base: main
Are you sure you want to change the base?
Conversation
end | ||
|
||
def config_user(identity) |
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.
should this be in private
section?
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.
I left it public to be able to test it.
Initially, I was going to add my test to the unit test for the enclosing method, "issue_cert()" , but it seems like that method is only tested in an integration test here: test/integration/certificates_test.rb
I was uncomfortable adding my test to an integration test, but will if you think that is a better way to handle it. (or I could add a unit test for issue_cert.)
#54