-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat(approle): add an optional profile config mount_point
#27
feat(approle): add an optional profile config mount_point
#27
Conversation
Signed-off-by: flavono123 <[email protected]>
Can you update the changelog with this feature please? |
sure, as 2.1.0 is ok? |
Yes |
done, guess as the version of pack.yaml would be tagged and bumped. |
Signed-off-by: flavono123 <[email protected]>
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.
Almost ready to merge this :) Thanks!
config.schema.yaml
Outdated
@@ -62,3 +62,8 @@ profiles: | |||
type: "string" | |||
secret: true | |||
required: false | |||
mount_point: | |||
description: "Authentication approle secret-id (method=approle)" |
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.
Please update this description.
Signed-off-by: flavono123 <[email protected]>
as-is: cannot change the default approle mount point
approle
to-be: change the mount point of approle profile if it is given