Skip to content

Commit

Permalink
create service accounts in EGI Check-in
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Jul 22, 2024
1 parent 61139a1 commit 40fcd46
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/users/aai/check-in/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Frequently Asked Questions
linkTitle: FAQ
type: docs
weight: 40
weight: 60
aliases:
- /users/check-in/faq
description: >
Expand Down
33 changes: 33 additions & 0 deletions content/en/users/aai/check-in/service-accounts/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: Service Accounts
linkTitle: Service Accounts
type: docs
weight: 50
description: >
Create a Service Account using EGI Check-in
---

A Service Account can be created by registering an OIDC service with
the Client Credentials grant through the
[Federation Registry](https://aai.egi.eu/federation).

The required policy documents should be specified as follows:

* Privacy Policy: [https://aai.egi.eu/privacy/en](https://aai.egi.eu/privacy/en)
* Acceptable Use policy: [https://aai.egi.eu/ToU.html](https://aai.egi.eu/ToU.html)

The entitlements that need to be associated with the Service Account
can be requested by opening a GGUS ticket (see the
[Getting help section](../faq/) in the FAQ) with the
following information:

{{% alert title="Service Account request" color="info" %}}
Subject: **Add VO entitlement to service account**

I'd like to request the following entitlement values for the service account
with Client ID `<CLIENT_ID>` in the `<Production/Demo/Development>` environment
of EGI Check-in:
1. `<ENTITLEMENT1>`
2. `<ENTITLEMENT2>`
3. `...`
{{% /alert %}}

1 comment on commit 40fcd46

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (2)

ADFS
checkin

To accept these unrecognized words as correct, you could run the following commands

... in a clone of the [email protected]:EGI-Federation/documentation.git repository
on the check-in-service-accounts branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/EGI-Federation/documentation/actions/runs/10040974397/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (26) from .github/actions/spelling/expect.txt and unrecognized words (2)

Dictionary Entries Covers Uniquely
cspell:php/dict/php.txt 1689 1 1

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:php/dict/php.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''

Please sign in to comment.