-
Notifications
You must be signed in to change notification settings - Fork 180
Keystone Trust added in Extensions #603
Conversation
@@ -44,7 +44,7 @@ type AuthOptions struct { | |||
// possible. This setting defaults to false. | |||
// | |||
// NOTE: The reauth function will try to re-authenticate endlessly if left unchecked. | |||
// The way to limit the number of attempts is to provide a custom HTTP client to the provider client |
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.
Seems unneeded change.
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.
go fmt
result.
@yuanying : Indentation and line changes are resultant of |
} | ||
} else { | ||
// Password authentication. |
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.
Why did you remove password authentication? We can use this if we provide trustID.
@jrperritt : Please Review the changes. |
@jrperritt : ping. |
The |
@jrperritt :Thanks for comments,that would mean changing code apart from extensions am i correct.. also I would like to know some more details on how implementations needs to be proceeded to be clear about what needs to be done to have these merged, I have some questions that i would like to ask as i am new to gopherhead library: I have these files below which have the major code in them, as per your suggestions which files should be changed/removed and if possible can you specify exactly which things, that would help me a lot to implement the changes. like you specified
|
There is no reason to have 2 open pull requests for the same feature. Discussion continued in #580 |
@jrperritt : Hi, as per discussion on: #580 i have modified the changes, Please let me know your review points and suggestions.Thanks.