-
Notifications
You must be signed in to change notification settings - Fork 282
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
Allow Service to be created without a public key, and add optional description #201
Comments
havetisyan
pushed a commit
that referenced
this issue
Aug 4, 2017
psasidhar
changed the title
Allow Service to be created without a public key
Allow Service to be created without a public key, and add optional description
Aug 7, 2017
havetisyan
pushed a commit
that referenced
this issue
Aug 9, 2017
havetisyan
pushed a commit
that referenced
this issue
Aug 10, 2017
havetisyan
pushed a commit
that referenced
this issue
Aug 14, 2017
WindzCUHK
pushed a commit
to WindzCUHK/athenz
that referenced
this issue
Nov 12, 2019
WindzCUHK
pushed a commit
to WindzCUHK/athenz
that referenced
this issue
Nov 12, 2019
WindzCUHK
pushed a commit
to WindzCUHK/athenz
that referenced
this issue
Nov 12, 2019
WindzCUHK
pushed a commit
to WindzCUHK/athenz
that referenced
this issue
Nov 12, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, while doing putServiceIdentity, the api validates if at least one valid public key is provided in the input.
Decouple this. Allow service creation without passing public key. And public keys can be added through separate api calls.
Add optional 'description' to service.
The text was updated successfully, but these errors were encountered: