Skip to content

Commit

Permalink
fix: link
Browse files Browse the repository at this point in the history
  • Loading branch information
mxab committed Mar 25, 2023
1 parent c0f4126 commit ae5de1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If the `postgres` metadata equals `native` it creates a template that renders th

If the `postgres` metadata equals `springboot` it creates a template that renders the environment variables `SPRING_DATASOURCE_URL`, `SPRING_DATASOURCE_USERNAME` and `SPRING_DATASOURCE_PASSWORD`.

[postgres env template mutator](example3/mutators/postgres_env_template.rego)
[postgres env template mutator](example3/mutators/pg.rego)

```bash
nacp -config example3.conf.hcl
Expand All @@ -64,12 +64,9 @@ nacp -config example3.conf.hcl
NOMAD_ADDR=http://localhost:6464 nomad run example3.nomad
```



https://user-images.githubusercontent.com/1607547/227664282-e2ee22fc-946f-4b0f-9bfc-d275300dcec5.mov



### OAuth2 Proxy Injection

This example deploys a that contains a simple [webapp](example4/webapp.js).
Expand Down

0 comments on commit ae5de1e

Please sign in to comment.