-
Notifications
You must be signed in to change notification settings - Fork 3
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
reimplement machine tokens with api key and secret #1151
Comments
|
@konstan Should the paths be specified with regular expressions or just fixed "starts with" expressions? Use consistently the HTTP or the CIMI operations in the lists. Probably the direct HTTP operations are clearer because we've overloaded |
Lets start with "starts with" and then see if it's enough or not. OK?
I was going to propose to use CIMI operations, that is why used Now I see that HTTP verbs would be a better choice. So,
|
|
Reimplement the "machine cookies" so that they use API key and secret authentication. A new set of credentials should be created for each run and deleted when the run has terminated. The clear text secret must be transmitted to all of the nodes in an application to allow them to communicate with the server.
When doing this work, whether to extend the API key and secret functionality to include limits on the scope of the credentials should be evaluated.
The text was updated successfully, but these errors were encountered: