Skip to content

Commit

Permalink
fix: prepare for 1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Jan 9, 2023
1 parent a970d88 commit 9e4c8fb
Show file tree
Hide file tree
Showing 24 changed files with 22 additions and 10 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ If you find a bug in a Janssen project, or you would like to suggest a new featu

Below are the list of current mega releases that hold information about each single release of our services and modules:

- [v1.0.6](https://github.com/JanssenProject/jans/releases/tag/v1.0.6)
- [v1.0.5](https://github.com/JanssenProject/jans/releases/tag/v1.0.5)
- [v1.0.4](https://github.com/JanssenProject/jans/releases/tag/v1.0.4)
- [v1.0.3](https://github.com/JanssenProject/jans/releases/tag/v1.0.3)
Expand Down
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

4 changes: 2 additions & 2 deletions docker-jans-auth-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN wget -q https://jenkins.jans.io/maven/io/jans/jans-fido2-client/${FIDO2_CLIE
# Casa external scripts
# =====================

ARG FLEX_SOURCE_VERSION=48418cd351655a48c650075a6d60601c368a403d
ARG FLEX_SOURCE_VERSION=5f065b7fb931199a26817ee22ffe5c2a9cc1e3f9
ARG CASA_EXTRAS_DIR=casa/extras

RUN mkdir -p /opt/jans/python/libs
Expand All @@ -118,7 +118,7 @@ RUN mkdir -p ${JETTY_BASE}/jans-auth/agama/fl \
${JETTY_BASE}/jans-auth/agama/scripts

# janssenproject/jans SHA commit
ENV JANS_SOURCE_VERSION=d95fc492ca00ccee0ecc88132376c128203faefb
ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9

# note that as we're pulling from a monorepo (with multiple project in it)
# we are using partial-clone and sparse-checkout to get the agama code
Expand Down
1 change: 1 addition & 0 deletions docker-jans-certmanager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,3 +279,4 @@ As per v1.0.1, hybrid persistence supports all available persistence types. To c
"session": "spanner",
}
```

2 changes: 1 addition & 1 deletion docker-jans-config-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=cdb52047c5847e2eafbaf2f7692211e72b8fde12
ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
ARG JANS_CONFIG_API_RESOURCES=jans-config-api/server/src/main/resources

Expand Down
1 change: 1 addition & 0 deletions docker-jans-configurator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,4 @@ spec:
Copy over the files to host
`kubectl cp config-init-load-job:/app/db .`

2 changes: 1 addition & 1 deletion docker-jans-fido2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN mkdir -p ${JETTY_BASE}/jans-fido2/webapps \
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=d95fc492ca00ccee0ecc88132376c128203faefb
ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup

# note that as we're pulling from a monorepo (with multiple project in it)
Expand Down
1 change: 1 addition & 0 deletions docker-jans-fido2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,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.

2 changes: 1 addition & 1 deletion docker-jans-monolith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ EXPOSE 443 8080 1636
# jans-linux-setup
# =====================

ENV JANS_SOURCE_VERSION=d95fc492ca00ccee0ecc88132376c128203faefb
ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9

# cleanup
RUN rm -rf /tmp/jans
Expand Down
2 changes: 1 addition & 1 deletion docker-jans-persistence-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN python3 -m ensurepip \
# =====================

# janssenproject/jans SHA commit
ENV JANS_SOURCE_VERSION=cdb52047c5847e2eafbaf2f7692211e72b8fde12
ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
ARG JANS_SCRIPT_CATALOG_DIR=docs/script-catalog
ARG JANS_CONFIG_API_RESOURCES=jans-config-api/server/src/main/resources
Expand Down
2 changes: 1 addition & 1 deletion docker-jans-scim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ COPY conf/prometheus-config.yaml /opt/prometheus/
# jans-linux-setup sync
# =====================

ENV JANS_SOURCE_VERSION=d95fc492ca00ccee0ecc88132376c128203faefb
ENV JANS_SOURCE_VERSION=a970d88d81f920973f3ba812db97448f135090a9
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
ARG JANS_SCIM_RESOURCE_DIR=jans-scim/server/src/main/resources

Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ If you find a bug in a Janssen project, or you would like to suggest a new featu

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.


1 change: 1 addition & 0 deletions jans-auth-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
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: 0 additions & 1 deletion jans-bom/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# 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 @@ -142,3 +142,4 @@ Now selecting 1 and it returns our desired result as below image:
![default-authentication-method.png](../docs/assets/image-im-cur-default-auth-03042021.png)

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.

1 change: 1 addition & 0 deletions jans-config-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ 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: 0 additions & 1 deletion jans-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ jans-Core
=========

This project contains shared code across several Janssen projects.

1 change: 1 addition & 0 deletions jans-eleven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -703,3 +703,4 @@ 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: 1 addition & 0 deletions jans-fido2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ device as the second step.

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

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

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

1 change: 1 addition & 0 deletions jans-orm/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# 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: 1 addition & 0 deletions jans-pycloudlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ 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 9e4c8fb

Please sign in to comment.