From 388201a1a579b02d167ddc76131044701552b39b Mon Sep 17 00:00:00 2001 From: Geovane Fedrecheski Date: Wed, 3 Jul 2024 17:55:28 +0200 Subject: [PATCH 01/15] Fix contact for media type registration --- draft-ietf-lake-authz.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-lake-authz.md b/draft-ietf-lake-authz.md index 9f548aa..ce984bf 100644 --- a/draft-ietf-lake-authz.md +++ b/draft-ietf-lake-authz.md @@ -830,10 +830,10 @@ IANA has added the media types "application/lake-authz-voucherrequest+cbor" to t * Magic number(s): N/A * File extension(s): N/A * Macintosh file type code(s): N/A -* Person & email address to contact for further information: See "Authors' Addresses" section. +* Person & email address to contact for further information: IETF LAKE Working Group (lake@ietf.org) * Intended usage: COMMON * Restrictions on usage: N/A -* Author: See "Authors' Addresses" section. +* Author: LAKE WG * Change Controller: IESG ## CoAP Content-Formats Registry From 0e00a6959247b827241403b9ea6bbb8f42e38221 Mon Sep 17 00:00:00 2001 From: ID Bot Date: Thu, 19 Sep 2024 09:18:04 +0000 Subject: [PATCH 02/15] Automatic update of README.md --- CONTRIBUTING.md | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 142447a..1ee8995 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,10 +15,10 @@ repository constitutes Contributions to the IETF Standards Process You agree to comply with all applicable IETF policies and procedures, including, BCP 78, 79, the TLP, and the TLP rules regarding code components (e.g. being subject to a Simplified BSD License) in Contributions. - ## Working Group Information -Discussion of this work occurs on the [Lightweight Authenticated Key Exchange mailing list](mailto:lake@ietf.org) +Discussion of this work occurs on the [Lightweight Authenticated Key Exchange +Working Group mailing list](mailto:lake@ietf.org) ([archive](https://mailarchive.ietf.org/arch/browse/lake/), [subscribe](https://www.ietf.org/mailman/listinfo/lake)). In addition to contributions in GitHub, you are encouraged to participate in diff --git a/README.md b/README.md index 83e86c8..bef4b83 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Lightweight Authorization for EDHOC +# Lightweight Authorization using Ephemeral Diffie-Hellman Over COSE -This is the working area for the individual Internet-Draft, "Lightweight Authorization for EDHOC.". +This is the working area for the IETF [LAKE Working Group](https://datatracker.ietf.org/wg/lake/documents/) Internet-Draft, "Lightweight Authorization using Ephemeral Diffie-Hellman Over COSE". * [Editor's Copy](https://lake-wg.github.io/authz/#go.draft-ietf-lake-authz.html) * [Datatracker Page](https://datatracker.ietf.org/doc/draft-ietf-lake-authz) -* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-ietf-lake-authz) -* [Compare Editor's Copy to Individual Draft](https://lake-wg.github.io/authz/#go.draft-ietf-lake-authz.diff) +* [Working Group Draft](https://datatracker.ietf.org/doc/html/draft-ietf-lake-authz) +* [Compare Editor's Copy to Working Group Draft](https://lake-wg.github.io/authz/#go.draft-ietf-lake-authz.diff) ## Contributing From 4cdc7b77c798d5fc49379e383126621fa7a8234f Mon Sep 17 00:00:00 2001 From: ID Bot Date: Thu, 19 Sep 2024 09:18:10 +0000 Subject: [PATCH 03/15] Automatic update of .github/CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6ac3371..c311709 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,3 @@ # Automatically generated CODEOWNERS # Regenerate with `make update-codeowners` -draft-selander-ace-ake-authz.md goran.selander@ericsson.com john.mattsson@ericsson.com malisa.vucinic@inria.fr mcr+ietf@sandelman.ca aureliorubendario.schellenbaum@zhaw.ch +draft-ietf-lake-authz.md goran.selander@ericsson.com john.mattsson@ericsson.com malisa.vucinic@inria.fr geovane.fedrecheski@inria.fr mcr+ietf@sandelman.ca From fd3d331b61398fe496e81332dc5d6fe1a271e0f8 Mon Sep 17 00:00:00 2001 From: ID Bot Date: Thu, 19 Sep 2024 09:18:12 +0000 Subject: [PATCH 04/15] Automatic update of .gitignore --- .gitignore | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2e44766..db1a8f4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,15 +5,19 @@ *.txt *.upload *~ -.refcache .tags -.targets.mk /*-[0-9][0-9].xml +/.gems/ +/.refcache +/.targets.mk +/.venv/ +/.vscode/ +/lib +/node_modules/ +/versioned/ +Gemfile.lock archive.json -draft-selander-ace-ake-authz.xml -draft-ietf-ace-ake-authz.xml -lib -report.xml -venv/ -node_modules/ +draft-ietf-lake-authz.xml package-lock.json +report.xml +!requirements.txt From bb47a30a177a1583d0cf57f2cb19f4d1dbd8033c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:21:52 +0200 Subject: [PATCH 05/15] Remove old .github/workflows/ghpages.yml --- .github/workflows/ghpages.yml | 60 ----------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 .github/workflows/ghpages.yml diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml deleted file mode 100644 index 118cb52..0000000 --- a/.github/workflows/ghpages.yml +++ /dev/null @@ -1,60 +0,0 @@ -name: "Update Editor's Copy" - -on: - push: - paths-ignore: - - README.md - - CONTRIBUTING.md - - LICENSE.md - - .gitignore - pull_request: - paths-ignore: - - README.md - - CONTRIBUTING.md - - LICENSE.md - - .gitignore - -jobs: - build: - name: "Update Editor's Copy" - runs-on: ubuntu-latest - steps: - - name: "Checkout" - uses: actions/checkout@v2 - - - name: "Cache Setup" - id: cache-setup - run: | - mkdir -p "$HOME"/.cache/xml2rfc - echo "::set-output name=path::$HOME/.cache/xml2rfc" - date -u "+::set-output name=date::%FT%T" - - - name: "Cache References" - uses: actions/cache@v2 - with: - path: | - ${{ steps.cache-setup.outputs.path }} - .targets.mk - key: refcache-${{ steps.cache-setup.outputs.date }} - restore-keys: | - refcache-${{ steps.cache-setup.outputs.date }} - refcache- - - - name: "Build Drafts" - uses: martinthomson/i-d-template@v1 - with: - token: ${{ github.token }} - - - name: "Update GitHub Pages" - uses: martinthomson/i-d-template@v1 - if: ${{ github.event_name == 'push' }} - with: - make: gh-pages - token: ${{ github.token }} - - - name: "Archive Built Drafts" - uses: actions/upload-artifact@v2 - with: - path: | - draft-*.html - draft-*.txt From 1453fbf5d21b89de7aef5e6d0b86bdef64e5165b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:28:18 +0200 Subject: [PATCH 06/15] Automatic update of .github/workflows/ghpages.yml --- .github/workflows/ghpages.yml | 58 +++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 .github/workflows/ghpages.yml diff --git a/.github/workflows/ghpages.yml b/.github/workflows/ghpages.yml new file mode 100644 index 0000000..a1bf36e --- /dev/null +++ b/.github/workflows/ghpages.yml @@ -0,0 +1,58 @@ +name: "Update Editor's Copy" + +on: + push: + paths-ignore: + - README.md + - CONTRIBUTING.md + - LICENSE.md + - .gitignore + pull_request: + paths-ignore: + - README.md + - CONTRIBUTING.md + - LICENSE.md + - .gitignore + +jobs: + build: + name: "Update Editor's Copy" + runs-on: ubuntu-latest + steps: + - name: "Checkout" + uses: actions/checkout@v4 + + - name: "Setup" + id: setup + run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT" + + - name: "Caching" + uses: actions/cache@v4 + with: + path: | + .refcache + .venv + .gems + node_modules + .targets.mk + key: i-d-${{ steps.setup.outputs.date }} + restore-keys: i-d- + + - name: "Build Drafts" + uses: martinthomson/i-d-template@v1 + with: + token: ${{ github.token }} + + - name: "Update GitHub Pages" + uses: martinthomson/i-d-template@v1 + if: ${{ github.event_name == 'push' }} + with: + make: gh-pages + token: ${{ github.token }} + + - name: "Archive Built Drafts" + uses: actions/upload-artifact@v4 + with: + path: | + draft-*.html + draft-*.txt From 041f464ccbb22d8deeef5234233f30d2c22dae5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:28:18 +0200 Subject: [PATCH 07/15] Automatic update of .github/workflows/publish.yml --- .github/workflows/publish.yml | 38 ++++++++++++++++++++--------------- 1 file changed, 22 insertions(+), 16 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dd94df9..94d885f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,6 +4,12 @@ on: push: tags: - "draft-*" + workflow_dispatch: + inputs: + email: + description: "Submitter email" + default: "" + type: string jobs: build: @@ -11,29 +17,27 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 # See https://github.com/actions/checkout/issues/290 - name: "Get Tag Annotations" run: git fetch -f origin ${{ github.ref }}:${{ github.ref }} - - name: "Cache Setup" - id: cache-setup - run: | - mkdir -p "$HOME"/.cache/xml2rfc - echo "::set-output name=path::$HOME/.cache/xml2rfc" - date -u "+::set-output name=date::%FT%T" + - name: "Setup" + id: setup + run: date -u "+date=%FT%T" >>"$GITHUB_OUTPUT" - - name: "Cache References" - uses: actions/cache@v2 + - name: "Caching" + uses: actions/cache@v4 with: path: | - ${{ steps.cache-setup.outputs.path }} + .refcache + .venv + .gems + node_modules .targets.mk - key: refcache-${{ steps.date.outputs.date }} - restore-keys: | - refcache-${{ steps.date.outputs.date }} - refcache- + key: i-d-${{ steps.setup.outputs.date }} + restore-keys: i-d- - name: "Build Drafts" uses: martinthomson/i-d-template@v1 @@ -44,8 +48,10 @@ jobs: uses: martinthomson/i-d-template@v1 with: make: upload + env: + UPLOAD_EMAIL: ${{ inputs.email }} - name: "Archive Submitted Drafts" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - path: "draft-*-[0-9][0-9].xml" + path: "versioned/draft-*-[0-9][0-9].*" From 319ef0baffa065d482a3bcaa39c29aa2fc94e243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:28:18 +0200 Subject: [PATCH 08/15] Automatic update of .github/workflows/archive.yml --- .github/workflows/archive.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index bfad094..dd9429a 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -6,6 +6,11 @@ on: repository_dispatch: types: [archive] workflow_dispatch: + inputs: + archive_full: + description: 'Recreate the archive from scratch' + default: false + type: boolean jobs: build: @@ -13,10 +18,14 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 + + # Note: No caching for this build! - name: "Update Archive" uses: martinthomson/i-d-template@v1 + env: + ARCHIVE_FULL: ${{ inputs.archive_full }} with: make: archive token: ${{ github.token }} @@ -28,6 +37,6 @@ jobs: token: ${{ github.token }} - name: "Save Archive" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: path: archive.json From aed61e403ef0c2e567e6419e3684f0b6abb17717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:28:19 +0200 Subject: [PATCH 09/15] Automatic update of .github/workflows/update.yml --- .github/workflows/update.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 79a3ca5..0f8d6b8 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,4 +1,4 @@ -name: "Update generated files" +name: "Update Generated Files" # This rule is not run automatically. # It can be run manually to update all of the files that are part # of the template, specifically: @@ -20,13 +20,13 @@ on: workflow_dispatch jobs: build: - name: "Update files" + name: "Update Files" runs-on: ubuntu-latest steps: - name: "Checkout" - uses: actions/checkout@v2 + uses: actions/checkout@v4 - - name: "Update generated files" + - name: "Update Generated Files" uses: martinthomson/i-d-template@v1 with: make: update-files From fc27a20efc1a1a20f382b8a431adf1783997c6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:28:19 +0200 Subject: [PATCH 10/15] Automatic update of README.md --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ee8995..061740b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,3 +29,17 @@ technical issues needs to occur on the mailing list. You might also like to familiarize yourself with other [Working Group documents](https://datatracker.ietf.org/wg/lake/documents/). +## Working Group Information + +Discussion of this work occurs on the [Lightweight Authenticated Key Exchange +Working Group mailing list](mailto:lake@ietf.org) +([archive](https://mailarchive.ietf.org/arch/browse/lake/), +[subscribe](https://www.ietf.org/mailman/listinfo/lake)). +In addition to contributions in GitHub, you are encouraged to participate in +discussions there. + +**Note**: Some working groups adopt a policy whereby substantive discussion of +technical issues needs to occur on the mailing list. + +You might also like to familiarize yourself with other +[Working Group documents](https://datatracker.ietf.org/wg/lake/documents/). From 6a61f454f3918d871f5bbe19501603cbdeb36242 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:28:23 +0200 Subject: [PATCH 11/15] Remove old .github/CODEOWNERS --- .github/CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index c311709..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,3 +0,0 @@ -# Automatically generated CODEOWNERS -# Regenerate with `make update-codeowners` -draft-ietf-lake-authz.md goran.selander@ericsson.com john.mattsson@ericsson.com malisa.vucinic@inria.fr geovane.fedrecheski@inria.fr mcr+ietf@sandelman.ca From 827b59c75e7b0422a5bb5d37de3e69f17699efd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:30:08 +0200 Subject: [PATCH 12/15] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index db1a8f4..6e939b0 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ draft-ietf-lake-authz.xml package-lock.json report.xml !requirements.txt +.DS_Store From 177b3e844e7a2bb2b7c047132d4039c0bfe7db98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:30:23 +0200 Subject: [PATCH 13/15] Automatic update of README.md --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 061740b..d4e7f27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,3 +43,17 @@ technical issues needs to occur on the mailing list. You might also like to familiarize yourself with other [Working Group documents](https://datatracker.ietf.org/wg/lake/documents/). +## Working Group Information + +Discussion of this work occurs on the [Lightweight Authenticated Key Exchange +Working Group mailing list](mailto:lake@ietf.org) +([archive](https://mailarchive.ietf.org/arch/browse/lake/), +[subscribe](https://www.ietf.org/mailman/listinfo/lake)). +In addition to contributions in GitHub, you are encouraged to participate in +discussions there. + +**Note**: Some working groups adopt a policy whereby substantive discussion of +technical issues needs to occur on the mailing list. + +You might also like to familiarize yourself with other +[Working Group documents](https://datatracker.ietf.org/wg/lake/documents/). From c14980401f7ffcf9ad67a665266a6fc75540f78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:30:27 +0200 Subject: [PATCH 14/15] Automatic update of .github/CODEOWNERS --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c311709 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Automatically generated CODEOWNERS +# Regenerate with `make update-codeowners` +draft-ietf-lake-authz.md goran.selander@ericsson.com john.mattsson@ericsson.com malisa.vucinic@inria.fr geovane.fedrecheski@inria.fr mcr+ietf@sandelman.ca From bf4d0654051494f1b66e0bf99827283677e6db83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mali=C5=A1a=20Vu=C4=8Dini=C4=87?= Date: Thu, 19 Sep 2024 11:30:28 +0200 Subject: [PATCH 15/15] Automatic update of .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6e939b0..f01c7e9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.txt *.upload *~ +.DS_Store .tags /*-[0-9][0-9].xml /.gems/ @@ -21,4 +22,3 @@ draft-ietf-lake-authz.xml package-lock.json report.xml !requirements.txt -.DS_Store