January 2019
Intermediate to advanced
484 pages
11h 48m
English
There are several implementations for user account authentication. This includes anything from client certificates, bearer tokens, and static files to OpenID connect tokens. You can choose more than one as authentication chains. Here, we'll demonstrate how client certificates work.
In Chapter 9, Continuous Delivery, and earlier in this chapter, we learned how to export certificates and tokens for service accounts. Now, let's learn how to do this for a user. Let's assume that we are still inside the chapter5 namespace, and we want to create a user for our new DevOps member, Linda, who will help us do the deployment for my-app:
// generate ...
Read now
Unlock full access