Update README build references (#54394)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
To launch the block, use the oauth source. Ex:
|
||||
|
||||
```bash
|
||||
make devenv sources="jwt_proxy"
|
||||
make devenv sources="auth/jwt_proxy"
|
||||
```
|
||||
|
||||
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
To launch the block, use the oauth source. Ex:
|
||||
```bash
|
||||
make devenv sources="oauth"
|
||||
make devenv sources="auth/oauth"
|
||||
```
|
||||
|
||||
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
||||
@@ -34,7 +34,7 @@ role_attribute_path = contains(roles[*], 'admin') && 'Admin' || contains(roles[*
|
||||
To launch the block, use the oauth source. Ex:
|
||||
|
||||
```bash
|
||||
make devenv sources="oauth"
|
||||
make devenv sources="auth/oauth"
|
||||
```
|
||||
|
||||
Here is the conf you need to add to your configuration file (conf/custom.ini):
|
||||
|
||||
@@ -7,7 +7,7 @@ This Docker block is an updated version from [OpenLDAP](../openldap/) block. Thi
|
||||
First build and deploy the `openldap` container.
|
||||
|
||||
```bash
|
||||
make devenv sources=openldap-mac
|
||||
make devenv sources=auth/openldap-mac
|
||||
```
|
||||
|
||||
### Exposed ports
|
||||
|
||||
Reference in New Issue
Block a user