Skip to content

Commit 0bda832

Browse files
committed
fix: getting ready for a release
1 parent 3a905ef commit 0bda832

File tree

21 files changed

+5
-16
lines changed

21 files changed

+5
-16
lines changed

docker-jans-auth-server/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,3 @@ i.e. `http://container:9093/metrics`.
171171
172172
Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`).
173173
To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container.
174-

docker-jans-certmanager/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -273,4 +273,3 @@ As per v1.0.1, hybrid persistence supports all available persistence types. To c
273273
"session": "spanner",
274274
}
275275
```
276-

docker-jans-config-api/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,3 @@ i.e. `http://container:9093/metrics`.
193193
194194
Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`).
195195
To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container.
196-

docker-jans-configurator/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,3 @@ spec:
259259
Copy over the files to host
260260

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

docker-jans-fido2/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -150,4 +150,3 @@ i.e. `http://container:9093/metrics`.
150150
151151
Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`).
152152
To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container.
153-

docker-jans-monolith/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,4 @@ Remove setup and volumes
9393
```
9494
docker compose -f jans-mysql-compose.yml down
9595
```
96+

docker-jans-persistence-loader/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,3 @@ As per v1.0.1, hybrid persistence supports all available persistence types. To c
117117
"session": "spanner",
118118
}
119119
```
120-

docker-jans-scim/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,3 @@ i.e. `http://container:9093/metrics`.
156156
157157
Note that Prometheus JMX exporter uses pre-defined config file (see `conf/prometheus-config.yaml`).
158158
To customize the config, mount custom config file to `/opt/prometheus/prometheus-config.yaml` inside the container.
159-

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ If you find a bug in a Janssen project, or you would like to suggest a new featu
3535
## License
3636

3737
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.
38+

jans-auth-server/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
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.
44

55
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.
6-

jans-bom/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# janssen-core-bom
22
POM which contains dependencies for sharing across different projects that are using maven.
3+

jans-cli-tui/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,3 @@ Now selecting 1 and it returns our desired result as below image:
142142
![default-authentication-method.png](../docs/assets/image-im-cur-default-auth-03042021.png)
143143

144144
So, That was a quick start to view how this _jans-cli_ Interactive Mode works. Please, follow this [link](../docs/admin/jans-cli) to read the _jans-cli_ docs for a better understanding of the Janssen Command-Line.
145-

jans-config-api/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ The application can be deployed on web server like jetty and can be now runnable
1818

1919
## Documentation
2020
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.yaml).
21-

jans-core/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ jans-Core
22
=========
33

44
This project contains shared code across several Janssen projects.
5+

jans-eleven/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -703,4 +703,3 @@ kid=f6ade591-4230-4114-8147-316dde969395
703703
4. mvn test.
704704

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

jans-fido2/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ device as the second step.
1717

1818
During Janssen installation, the administrator will have the option to also install
1919
the FIDO2 component.
20-

jans-linux-setup/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,3 @@ Run
7171
Reinstalling Janssen Server
7272
------------------------
7373
First uninstall and then install
74-

jans-notify/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Janssen Notify
22
Janssen Notify is a simple push notification server.
3-

jans-orm/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# Janssen ORM
22

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

jans-pycloudlib/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ To generate/preview docs, run the following steps:
4343
- https://www.linuxfoundation.org/press-release/2020/12/the-janssen-project-takes-on-worlds-most-demanding-digital-trust-challenges-at-linux-foundation/
4444
- https://betanews.com/2020/12/08/linux-foundation-open-source-identity-management/
4545
- https://www.techrepublic.com/article/linux-foundation-debuts-new-secure-open-source-cloud-native-access-management-software-platform/
46-

jans-scim/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,4 @@ This code performs a search using a filter based on username. It is recommended
163163
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.
164164

165165
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.
166+

0 commit comments

Comments
 (0)