Merge pull request #46 from srwaggon/patch-1

Update README.md
This commit is contained in:
Max Lambrecht 2020-11-14 10:16:03 -03:00 committed by GitHub
commit c04dd2163f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The socket endpoint address is configured through the environment variable `SPIF
configure it is by providing an `X509SourceOptions` instance to the `newSource` method:
```
X509Source.X509SourceOptions x509SourceOptions = X509Source.X509SourceOptions
DefaultX509Source.X509SourceOptions x509SourceOptions = DefaultX509Source.X509SourceOptions
.builder()
.spiffeSocketPath("unix:/tmp/agent-other.sock")
.picker(list -> list.get(list.size()-1))