jaas icon indicating copy to clipboard operation
jaas copied to clipboard

Add a jaas_ prefix to the service name

Open ddingel opened this issue 7 years ago • 0 comments

We will generate the service name on the client and prefix it with jaas_. If by chance this name already exists we will exit and print the informing error. We might introduce a retry logic in the future.

Signed-off-by: Dominik Dingel [email protected]

Description

We generate the name and prefix it with jaas

Motivation and Context

https://github.com/alexellis/jaas/issues/22

How Has This Been Tested?

Manual created a service and let jaas create an additional service with a given name (changed in code).

Types of changes

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [X] My code follows the code style of this project.
  • [X] My change requires a change to the documentation.
  • [X] I have updated the documentation accordingly.
  • [ ] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.

ddingel avatar Jan 16 '18 22:01 ddingel