Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# These owners will be the default owners for everything in this repository.
* @drakos74 @thzois @crescentrose
* @ingka-group/fcp
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: 🔖 Release

on:
workflow_dispatch:
push:
branches:
- main

permissions:
pull-requests: read
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# IAM Proxy service

🔖 To **release** a new version of the codebase, trigger the `🔖 Release` workflow from GitHub actions.

___


## Description

This service defines a simple IAM verification procedure for OAuth2 authentication cycles. It will generate a token for
Expand Down Expand Up @@ -76,7 +81,6 @@ or, equivalently,
$ make
```


## Contributing
Please read [CONTRIBUTING](./CONTRIBUTING.md) for more details about making a contribution to this open source project and ensure that you follow our [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md).

Expand Down