Skip to content

Commit

Permalink
fix: prepare for 1.0.13 release
Browse files Browse the repository at this point in the history
Former-commit-id: 1ce3f62
  • Loading branch information
moabu committed May 10, 2023
1 parent 045b315 commit 218cdb5
Show file tree
Hide file tree
Showing 24 changed files with 15 additions and 19 deletions.
1 change: 1 addition & 0 deletions agama/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Some advantages of using Agama include:
3. Reasoning about flows behavior is easy (as consequence of points 1 and 2). This makes flow modifications and refactoring straightforward
4. Small cognitive load. Agama DSL is a very small language with simple, non-distracting syntax
5. Friendly UI templating engine. No complexities when authoring web pages - stay focused on writing HTML markup

1 change: 1 addition & 0 deletions docker-jans-auth-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,4 @@ i.e. `http://container:9093/metrics`.
Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`).
To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container.
1 change: 0 additions & 1 deletion docker-jans-certmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,4 +279,3 @@ As per v1.0.1, hybrid persistence supports all available persistence types. To c
"session": "spanner",
}
```

1 change: 1 addition & 0 deletions docker-jans-config-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,3 +213,4 @@ i.e. `http://container:9093/metrics`.
Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`).
To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container.
1 change: 0 additions & 1 deletion docker-jans-configurator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,3 @@ spec:
Copy over the files to host

`kubectl cp config-init-load-job:/app/db .`

1 change: 0 additions & 1 deletion docker-jans-fido2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,3 @@ i.e. `http://container:9093/metrics`.
Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`).
To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container.
1 change: 0 additions & 1 deletion docker-jans-monolith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ Remove setup and volumes
```
docker compose -f jans-mysql-compose.yml down
```

1 change: 1 addition & 0 deletions docker-jans-persistence-loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ As per v1.0.1, hybrid persistence supports all available persistence types. To c
"session": "spanner",
}
```
1 change: 1 addition & 0 deletions docker-jans-scim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,4 @@ i.e. `http://container:9093/metrics`.
Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`).
To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,4 @@ If you find a bug in a Janssen project, or you would like to suggest a new featu
## License

The Janssen Project is licensed under the [Apache License 2.0](https://github.com/JanssenProject/jans/blob/main/LICENSE). The Janssen Server is highly extensible and can be used with a variety of other products and projects, which may fall under other licenses.

8 changes: 4 additions & 4 deletions docs/admin/recipes/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ A Kubernetes cluster can be created with three nodes or more in one region and t
config:
image:
repository: ghcr.io/janssenproject/jans/configurator
tag: 1.0.13_dev
tag: replace-janssen-version_dev
countryCode: US
email: support@gluu.org
orgName: Gluu
Expand Down Expand Up @@ -135,17 +135,17 @@ A Kubernetes cluster can be created with three nodes or more in one region and t
image:
pullPolicy: IfNotPresent
repository: ghcr.io/janssenproject/jans/auth-server
tag: 1.0.13_dev
tag: replace-janssen-version_dev
config-api:
image:
pullPolicy: IfNotPresent
repository: ghcr.io/janssenproject/jans/config-api
tag: 1.0.13_dev
tag: replace-janssen-version_dev
persistence:
image:
pullPolicy: IfNotPresent
repository: ghcr.io/janssenproject/jans/persistence-loader
tag: 1.0.13_dev
tag: replace-janssen-version_dev
nginx-ingress:
ingress:
path: /
Expand Down
4 changes: 2 additions & 2 deletions docs/admin/upgrade/vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ rpm -qa |grep jans
**jans upgrade on Suse**
1) if you want to upgrade to latest,download and upgrade latest package file
```
wget http:$(curl -s -L https://api.github.com/repos/JanssenProject/jans/releases/latest | egrep -o '/.*suse15.x86_64.rpm' | head -n -O ./jans-1.0.13.nightly-suse15.x86_64.rpm
wget http:$(curl -s -L https://api.github.com/repos/JanssenProject/jans/releases/latest | egrep -o '/.*suse15.x86_64.rpm' | head -n -O ./jans-replace-janssen-version.nightly-suse15.x86_64.rpm
```
2) upgrade package
```
sudo rpm -U jans-1.0.13.nightly-suse15.x86_64.rpm
sudo rpm -U jans-replace-janssen-version.nightly-suse15.x86_64.rpm
```
3) verify upgraded version
```
Expand Down
1 change: 0 additions & 1 deletion jans-auth-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
jans-auth-server is an open-source OpenID Connect Provider (OP) and UMA Authorization Server (AS). The project also includes OpenID Connect Client code which can be used by websites to validate tokens.

The server currently implements all required aspects of the OpenID Connect stack, including an OAuth 2.0 authorization server, Simple Web Discovery, Dynamic Client Registration, JSON Web Tokens, JSON Web Keys, and User Info Endpoint.

1 change: 1 addition & 0 deletions jans-bom/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# janssen-core-bom
POM which contains dependencies for sharing across different projects that are using maven.

1 change: 1 addition & 0 deletions jans-cli-tui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ Click [here](https://github.com/JanssenProject/jans/blob/main/jans-cli-tui/docs/

- Extensive documentation for the jans-cli-tui can be found [here](https://github.com/JanssenProject/jans/tree/main/docs/admin/config-guide/jans-tui)
- Extensive documentation for the jans-cli can be found [here](https://github.com/JanssenProject/jans/tree/main/docs/admin/config-guide/jans-cli)

1 change: 0 additions & 1 deletion jans-config-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,3 @@ The application can be deployed on web server like jetty and can be now runnable

## Documentation
Learn more in the [jans-config-api documentation](https://gluu.org/swagger-ui/?url=https://raw.githubusercontent.com/JanssenProject/jans/main/jans-config-api/docs/jans-config-api-swagger-auto.yaml).

1 change: 1 addition & 0 deletions jans-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ jans-Core
=========

This project contains shared code across several Janssen projects.

1 change: 0 additions & 1 deletion jans-eleven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,4 +703,3 @@ kid=f6ade591-4230-4114-8147-316dde969395
4. mvn test.

To access Gluu support, please register and open a ticket on [Gluu Support](http://support.gluu.org)

1 change: 0 additions & 1 deletion jans-fido2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ device as the second step.

During Janssen installation, the administrator will have the option to also install
the FIDO2 component.

1 change: 0 additions & 1 deletion jans-linux-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,3 @@ Run
Reinstalling Janssen Server
------------------------
First uninstall and then install

1 change: 0 additions & 1 deletion jans-notify/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Janssen Notify
Janssen Notify is a simple push notification server.

1 change: 0 additions & 1 deletion jans-orm/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Janssen ORM

This is the library for persistence and caching implementations in Janssen. Currently, LDAP and Couchbase are supported, RDBMS is coming soon.

1 change: 0 additions & 1 deletion jans-pycloudlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ To generate/preview docs, run the following steps:
- https://www.linuxfoundation.org/press-release/2020/12/the-janssen-project-takes-on-worlds-most-demanding-digital-trust-challenges-at-linux-foundation/
- https://betanews.com/2020/12/08/linux-foundation-open-source-identity-management/
- https://www.techrepublic.com/article/linux-foundation-debuts-new-secure-open-source-cloud-native-access-management-software-platform/

1 change: 0 additions & 1 deletion jans-scim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,3 @@ This code performs a search using a filter based on username. It is recommended
The `client` instance resembles quite close the SCIM specification, so it is generally easy to map the operations described in the standard versus the Java methods available. It can be useful to have some javadocs at hand though, specifically those from `model` and `client` folders of this repository. You may clone this repo and run `mvn javadoc:javadoc` inside the two directories mentioned.

Note that `ScimClientFactory` provides several methods that allow you to use OAuth clients which employ mechanisms other than the default (`client_secret_basic`) to request tokens. Also, you can make `client` belong to more restrictive interfaces limiting the operations available in your code.

0 comments on commit 218cdb5

Please sign in to comment.