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: 2 additions & 0 deletions R/create_dn.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@
#' @export
#'
#' @examples
#' \dontrun{
#' # For an EDI account
#' dn <- create_dn(userId = "my_userid", ou = "EDI")
#' dn
#'
#' # For an LTER account
#' dn <- create_dn(userId = "my_userid", ou = "LTER")
#' dn
#' }
create_dn <- function(userId, ou = "EDI") {
.Defunct(msg = "'create_dn()' is defunct. Distinguished names are no longer
used in EDI authentication. Use an EDI ID token instead.")
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
},
"SystemRequirements": null
},
"fileSize": "757.246KB",
"fileSize": "757.276KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down
18 changes: 14 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
## Revision
This release updates authentication methods to use the NEW EDI Identity and
Access Management (IAM) system and deprecates a function. These changes maintain
backward compatibility.
## Release Summary
This significant EDIutils release, version 2.0.0, implements a fundamental
update to the authentication method, as we have transitioned to the
**NEW EDI Identity and Access Management (IAM) system**. This change introduces
backwards incompatibility with previous package versions for a few functions.
To continue using EDI services, users must now create an IAM account and
generate API tokens for authentication. Detailed instructions for setting up
IAM accounts and generating tokens are available in the relevant sections of the
documentation.

These changes are necessary to ensure the long-term stability and
maintainability of the package. We have incremented the **MAJOR** version number
(following SemVer principles) to clearly indicate these incompatible API
changes.


## Test environments
Expand Down
2 changes: 2 additions & 0 deletions man/create_dn.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.